make sure bench does run on CI correctly
This commit is contained in:
parent
4730f6e0c9
commit
76358ca15e
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
use criterion::{criterion_group, criterion_main, Criterion};
|
||||||
|
|
||||||
pub fn criterion_benchmark(c: &mut Criterion) {
|
pub fn criterion_benchmark(c: &mut Criterion) {
|
||||||
c.bench_function("ecc", |b| b.iter(|| true));
|
c.bench_function("ecc", |b| b.iter(|| true));
|
||||||
|
|
|
@ -10,4 +10,3 @@ cargo clippy --all-targets --all-features -- -D warnings
|
||||||
cargo check --frozen
|
cargo check --frozen
|
||||||
cargo test --all-targets
|
cargo test --all-targets
|
||||||
cargo test --all-targets --all-features
|
cargo test --all-targets --all-features
|
||||||
cargo test --all-targets --all-features -- --ignored
|
|
||||||
|
|
Loading…
Reference in a new issue