summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d13c5d6f..f6a0def9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,7 @@ required-features = ["fs"]
harness = false
[[bench]]
-name = "bench-parsing"
-path = "benches/bench_parsing.rs"
+name = "benchmarks"
+path = "benches/benchmarks.rs"
+required-features = ["fs"]
harness = false