fix benchmarking dependencies

This commit is contained in:
Simon Gardling
2022-05-03 22:02:20 -04:00
parent 88ee6c7b8d
commit fbfdf44943
3 changed files with 2 additions and 9 deletions

View File

@@ -16,10 +16,6 @@ exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", fea
] }
lazy_static = "1.4"
pprof = { version = "0.8", features = ["flamegraph"] }
criterion = "0.3"
criterion-macro = "0.3"
[build-dependencies]
phf_codegen = "0.10"