add jemalloc to http-ui and the benchmarks

This commit is contained in:
Tamo
2021-06-22 14:17:56 +02:00
parent d53df8a002
commit 77eb37934f
6 changed files with 20 additions and 0 deletions

2
Cargo.lock generated
View File

@ -132,6 +132,7 @@ dependencies = [
"criterion",
"flate2",
"heed",
"jemallocator",
"milli",
"reqwest",
]
@ -969,6 +970,7 @@ dependencies = [
"futures",
"grenad",
"heed",
"jemallocator",
"log",
"maplit",
"meilisearch-tokenizer 0.2.3",