fix all benchmarks and add the compile time checking of the benhcmarks in the ci

This commit is contained in:
Tamo
2021-09-22 12:10:21 +02:00
parent fe9f380993
commit 176160d32f
5 changed files with 94 additions and 58 deletions

View File

@ -6,6 +6,9 @@ publish = false
[dependencies]
milli = { path = "../milli" }
anyhow = "1.0"
serde_json = { version = "1.0.62", features = ["preserve_order"] }
csv = "1.1.6"
[target.'cfg(target_os = "linux")'.dependencies]
jemallocator = "0.3.2"