Reduce the length of the benchmarks names

This commit is contained in:
Kerollmops
2021-06-03 15:59:43 +02:00
parent 76a2343639
commit 29824d05ab
3 changed files with 11 additions and 9 deletions

View File

@ -10,7 +10,7 @@ milli = { path = "../milli" }
[dev-dependencies]
heed = "*" # we want to use the version milli uses
criterion = "0.3.4"
criterion = { version = "0.3.4", features = ["html_reports"] }
[build-dependencies]
anyhow = "1.0"