rename 'invalidate' bench to something more clear

This commit is contained in:
Ralf Jung 2024-03-18 08:59:19 +01:00
parent a6f362f471
commit 311024c575
3 changed files with 3 additions and 2 deletions

View file

@ -3,5 +3,5 @@
version = 3
[[package]]
name = "invalidate"
name = "range-iteration"
version = "0.1.0"

View file

@ -1,5 +1,5 @@
[package]
name = "invalidate"
name = "range-iteration"
version = "0.1.0"
edition = "2021"

View file

@ -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 {}