make 'invalidate' benchmark shorter
This commit is contained in:
parent
dd5b4f5fc0
commit
a6f362f471
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
fn main() {
|
||||
// The end of the range is just chosen to make the benchmark run for a few seconds.
|
||||
for _ in 0..200_000 {}
|
||||
for _ in 0..50_000 {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue