rename 'invalidate' bench to something more clear
This commit is contained in:
parent
a6f362f471
commit
311024c575
3 changed files with 3 additions and 2 deletions
|
|
@ -3,5 +3,5 @@
|
|||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "invalidate"
|
||||
name = "range-iteration"
|
||||
version = "0.1.0"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "invalidate"
|
||||
name = "range-iteration"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
//! This generates a lot of work for the AllocId part of the GC.
|
||||
fn main() {
|
||||
// The end of the range is just chosen to make the benchmark run for a few seconds.
|
||||
for _ in 0..50_000 {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue