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

View File

@ -42,3 +42,6 @@ funty = "=1.1"
[dev-dependencies]
maplit = "1.0.2"
serde_test = "1.0.125"
[target.'cfg(target_os = "linux")'.dependencies]
jemallocator = "0.3.2"