Skip to content

Commit d9c06cf

Browse files
committed
increase sample size
1 parent 1525ab7 commit d9c06cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ macro_rules! define_throughput_benchmark {
1414

1515
criterion_group!(
1616
name = benches;
17-
config = Criterion::default().measurement_time(Duration::from_secs(1)).warm_up_time(Duration::from_secs(1)).sample_size(100);
17+
config = Criterion::default().measurement_time(Duration::from_secs(1)).warm_up_time(Duration::from_secs(1)).sample_size(300);
1818
targets = benchmark_compat
1919
);
2020

0 commit comments

Comments
 (0)