4f5f69354721a5c6adb3ab78f5803676dfd0225d
- reporter.zig: text table writer (Go-compatible columns, mean ± stddev when --count > 1) and ndjson writer, both driving std.Io.Writer. - suite.zig: Suite holds registered (name, fn) entries, owns name storage, drives run/run_cli, and routes sub-benchmark calls back through a sub_run trampoline using current_name to compose parent/child paths. Parses --filter / --min-time / --count / --max-iters / --allocs / --format / --list / --help, with a small duration parser (1s, 500ms, 100us, 250ns).
Description
No description provided
Languages
Zig
100%