Memory Benchmarking & Analysis The crate benchmarks memory usage of SQL workloads under WAL and MVCC journal modes. It uses as the global allocator to track every heap allocation, and for process-level RSS snapshots. It also contains a helper binary for stack-usage investigations. That binary runs a SQL payload with the feature enabled and captures tracing events in-process, aggregating structured tracing fields instead of parsing stderr log text. Location - Benchmark crate: - Analysis script: - dhat output: (written to CWD after each run) Running Stack Reports Use this when investigating sta…