Documentation
¶
Overview ¶
Package main is the bench-harness report renderer.
It consumes the JSON artifacts emitted by testbed/bench/run.sh under out/<scenario>/<timestamp>/ and writes a Markdown summary to stdout:
- leak_gate.json -> Leak Gate section + verdict header
- ghz_*.json -> Per-phase / per-call latency tables
- prom/_index.ndjson -> Indexed list of Prom range queries
- pprof/ -> Inventory of captured pprof profiles
The renderer is intentionally side-effect free aside from reading the run directory and writing Markdown to its writer, so it round-trips cleanly under unit tests with synthetic fixtures.
Click to show internal directories.
Click to hide internal directories.