Aleksey Shakhmatov 4f5f693547 feat: reporters and CLI suite
- 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).
2026-05-21 08:13:08 +03:00
2026-05-21 08:13:08 +03:00
Description
No description provided
63 KiB
Languages
Zig 100%