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 dd5b4f5 commit a6f362fCopy full SHA for a6f362f
src/tools/miri/bench-cargo-miri/invalidate/src/main.rs
@@ -1,4 +1,4 @@
1
fn main() {
2
// The end of the range is just chosen to make the benchmark run for a few seconds.
3
- for _ in 0..200_000 {}
+ for _ in 0..50_000 {}
4
}
0 commit comments