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 f519bd4 commit 82e93d4Copy full SHA for 82e93d4
postgresql_embedded/benches/embedded.rs
@@ -27,7 +27,8 @@ fn lifecycle() -> Result<()> {
27
criterion_group!(
28
name = benches;
29
config = Criterion::default()
30
- .measurement_time(Duration::from_secs(60));
+ .measurement_time(Duration::from_secs(30))
31
+ .sample_size(10);
32
targets = benchmarks
33
);
34
criterion_main!(benches);
0 commit comments