This directory holds the dataset for the hot-path performance benchmarks
(`benches/hotpath_bench.rs`) and the allocation profile
(`examples/dhat_hotpath.rs`).
The data itself is **generated, not committed** (it can reach ~1 GiB and is
fully reproducible). Only this README and the generator are tracked; everything
else here is git-ignored.
```bash
python data/gen_bench_data.py --target-mb 512 # clamped to [16, 1000] MiB
```
Produces deterministic (seeded) NDJSON:
```bash
cargo bench --features bench-internals --bench hotpath_bench
cargo run --release --features bench-internals --example dhat_hotpath
```