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 5f5be99 commit 5843370Copy full SHA for 5843370
crates/libm-test/benches/random.rs
@@ -151,8 +151,8 @@ pub fn musl_random() {
151
// about the same time as other tests.
152
if cfg!(feature = "short-benchmarks") {
153
criterion = criterion
154
- .warm_up_time(Duration::from_millis(500))
155
- .measurement_time(Duration::from_millis(1000));
+ .warm_up_time(Duration::from_millis(200))
+ .measurement_time(Duration::from_millis(600));
156
}
157
158
criterion = criterion.configure_from_args();
0 commit comments