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 086d40e commit 2b47f62Copy full SHA for 2b47f62
postgresql_archive/benches/archive.rs
@@ -33,7 +33,8 @@ fn extract_archive(archive: &Bytes) -> Result<()> {
33
criterion_group!(
34
name = benches;
35
config = Criterion::default()
36
- .measurement_time(Duration::from_secs(30));
+ .measurement_time(Duration::from_secs(30))
37
+ .sample_size(10);
38
targets = benchmarks
39
);
40
criterion_main!(benches);
0 commit comments