fix the benchmarks

This commit is contained in:
Tamo 2021-07-29 14:31:00 +02:00
parent 976dc1f4bc
commit 7eb2d71009
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69
1 changed files with 2 additions and 0 deletions

View File

@ -115,5 +115,7 @@ pub fn run_benches(c: &mut criterion::Criterion, confs: &[Conf]) {
});
}
group.finish();
index.prepare_for_closing().wait();
}
}