Add deletion benchmarks

This commit is contained in:
ManyTheFish
2022-06-16 10:17:58 +02:00
parent 447195a27a
commit adbb0ff318
2 changed files with 519 additions and 255 deletions

View File

@ -16,6 +16,9 @@ jemallocator = "0.3.2"
[dev-dependencies]
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
criterion = { version = "0.3.5", features = ["html_reports"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
roaring = "0.9.0"
[build-dependencies]
anyhow = "1.0.56"