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 0902100 commit 11ce22bCopy full SHA for 11ce22b
1 file changed
benches/memory_init.rs
@@ -57,7 +57,7 @@ fn wat_source(length: usize) -> String {
57
fn make_config() -> Criterion {
58
Criterion::default()
59
.without_plots()
60
- .measurement_time(Duration::new(10, 0))
+ .measurement_time(Duration::new(20, 0))
61
.sample_size(20)
62
.configure_from_args()
63
}
0 commit comments