Skip to content

Commit 2358823

Browse files
committed
Fix measure time (again)
1 parent 13743a2 commit 2358823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azalea/benches/realistic_one.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn bench_pathfinder(c: &mut Criterion) {
7373

7474
fn bench_folder(c: &mut Criterion, folder: &str, mine: bool) {
7575
let mut g = c.benchmark_group("realistic benches");
76-
let c = g.measurement_time(Duration::from_secs(10));
76+
let c = g.measurement_time(Duration::from_secs(20));
7777

7878
let mut entries = vec![];
7979
for file in fs::read_dir(folder).unwrap() {

0 commit comments

Comments
 (0)