Skip to content

Commit a6f362f

Browse files
committed
make 'invalidate' benchmark shorter
1 parent dd5b4f5 commit a6f362f

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/bench-cargo-miri/invalidate/src

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fn main() {
22
// The end of the range is just chosen to make the benchmark run for a few seconds.
3-
for _ in 0..200_000 {}
3+
for _ in 0..50_000 {}
44
}

0 commit comments

Comments
 (0)