Skip to content
Snippets Groups Projects
Commit 09a06015 authored by Nikolay Volf's avatar Nikolay Volf Committed by GitHub
Browse files

Update import benchmark parameters (#4941)

* update benchmark arguments

* even more samples since it is fast now
parent 13cba8da
No related merge requests found
......@@ -69,7 +69,7 @@ use criterion::{Criterion, criterion_group, criterion_main};
criterion_group!(
name = benches;
config = Criterion::default().sample_size(10);
config = Criterion::default().sample_size(50).warm_up_time(std::time::Duration::from_secs(20));
targets = bench_block_import
);
criterion_group!(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment