summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-08-19 20:51:36 +0200
committerLaurenz <laurmaedje@gmail.com>2020-08-19 20:51:36 +0200
commitfd9959fd04739c1dab2ea1a899a17c94e0892103 (patch)
tree91d3a5d65d2a5ff0d98f92007c5a0ecee70eb527 /Cargo.toml
parent77dac270a8a99f24a6fc0eb9e92256bcc07c586c (diff)
Add end-to-end typesetting benchmark 🖊
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