We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1525ab7 commit d9c06cfCopy full SHA for d9c06cf
bench/src/macros.rs
@@ -14,7 +14,7 @@ macro_rules! define_throughput_benchmark {
14
15
criterion_group!(
16
name = benches;
17
- config = Criterion::default().measurement_time(Duration::from_secs(1)).warm_up_time(Duration::from_secs(1)).sample_size(100);
+ config = Criterion::default().measurement_time(Duration::from_secs(1)).warm_up_time(Duration::from_secs(1)).sample_size(300);
18
targets = benchmark_compat
19
);
20
0 commit comments