Closed
Description
#6895 converts Rust to jemalloc. This is a big change and we should really capture some performance numbers to have an idea of the effect this has.
I am thinking just a few workloads:
- build rustc (with --no-trans)
- A multithreaded test using treemap (like in core-map)
For each collect the running time and max memory used, both before and after jemalloc, on linux, mac and win.