make sure bench does run on CI correctly

This commit is contained in:
Cyryl Płotnicki 2021-05-16 21:23:45 +01:00
parent 4730f6e0c9
commit 76358ca15e
2 changed files with 1 additions and 2 deletions

View file

@ -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) {
c.bench_function("ecc", |b| b.iter(|| true));

View file

@ -10,4 +10,3 @@ cargo clippy --all-targets --all-features -- -D warnings
cargo check --frozen
cargo test --all-targets
cargo test --all-targets --all-features
cargo test --all-targets --all-features -- --ignored