bench: use more samples by default

This commit is contained in:
Antoine Martin 2019-12-08 02:45:34 +01:00
parent 83e99215fb
commit 2b4173e80e
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ fn aoc2018_all(c: &mut Criterion) {
criterion_group! {
name = all_days;
config = Criterion::default().sample_size(10);
config = Criterion::default().sample_size(30);
targets = aoc2018_all
}
criterion_main!(all_days);