Fix the compilation of the crypto bench

This commit is contained in:
Damir Jelić
2025-07-24 17:01:47 +02:00
parent 06a4476e7f
commit d8294a0788
+1 -1
View File
@@ -144,7 +144,7 @@ pub fn keys_claiming(c: &mut Criterion) {
let _ = runtime.enter();
drop(machine);
},
BatchSize::SmallInput,
criterion::BatchSize::SmallInput,
)
});