Skip to content

Commit d8294a0

Browse files
committed
Fix the compilation of the crypto bench
1 parent 06a4476 commit d8294a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benches/crypto_bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub fn keys_claiming(c: &mut Criterion) {
144144
let _ = runtime.enter();
145145
drop(machine);
146146
},
147-
BatchSize::SmallInput,
147+
criterion::BatchSize::SmallInput,
148148
)
149149
});
150150

0 commit comments

Comments
 (0)