Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- enable jemalloc - check jemalloc is actually used, - extract sui binary from `ghcr.io/shinamicorp/sui:testnet-v1.38.0` - install libjemalloc-dev - set `LD_PRELOAD` to `/usr/lib/x86_64-linux-gnu/libjemalloc.so` - run `perf record -g --call-graph dwarf -F 4000 -o perf.data sui --version` - run `perf script | grep jemalloc`, found jemalloc - unset `LD_PRELOAD` - run `perf record -g --call-graph dwarf -F 4000 -o perf.data sui --version` - run `perf script | grep jemalloc`, *not* found jemalloc [sc-3882]
- Loading branch information