Skip to content

Commit b3481a4

Browse files
committed
rename 'invalidate' bench to something more clear
1 parent 34c65dd commit b3481a4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bench-cargo-miri/invalidate/Cargo.lock renamed to bench-cargo-miri/range-iteration/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bench-cargo-miri/invalidate/Cargo.toml renamed to bench-cargo-miri/range-iteration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "invalidate"
2+
name = "range-iteration"
33
version = "0.1.0"
44
edition = "2021"
55

bench-cargo-miri/invalidate/src/main.rs renamed to bench-cargo-miri/range-iteration/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! This generates a lot of work for the AllocId part of the GC.
12
fn main() {
23
// The end of the range is just chosen to make the benchmark run for a few seconds.
34
for _ in 0..50_000 {}

0 commit comments

Comments
 (0)