Skip to content

Commit

Permalink
Rename benches/bench.rs to benches/criterion.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Oct 18, 2024
1 parent 6a01e8b commit bdd61c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ criterion = { version = "0.5.1", features = ["html_reports"] }
rand = "0.8.5"

[[bench]]
name = "bench"
name = "criterion"
harness = false

[profile.profiling]
Expand Down
File renamed without changes.

0 comments on commit bdd61c5

Please sign in to comment.