Skip to content

Commit

Permalink
rename 'invalidate' bench to something more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 18, 2024
1 parent 34c65dd commit b3481a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "invalidate"
name = "range-iteration"
version = "0.1.0"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
@@ -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 {}
Expand Down

0 comments on commit b3481a4

Please sign in to comment.