mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
add jemalloc to http-ui and the benchmarks
This commit is contained in:
@ -8,6 +8,9 @@ publish = false
|
||||
[dependencies]
|
||||
milli = { path = "../milli" }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
jemallocator = "0.3.2"
|
||||
|
||||
[dev-dependencies]
|
||||
heed = "*" # we want to use the version milli uses
|
||||
criterion = { version = "0.3.4", features = ["html_reports"] }
|
||||
|
Reference in New Issue
Block a user