Aleksey Shakhmatov a763182b9d feat: public API and build helper for consumers
- root.zig: re-exports Benchmark, Suite, Options, Format, Result,
  BenchFn, parse_duration_ns; also pulls every submodule into the test
  block so `zig build test` covers them.
- build_helper.zig: add_bench_step(b, opts) factory that creates the
  benchmark executable (ReleaseFast by default), wires zbench and any
  extra modules, attaches an addRunArtifact forwarding `--` args, and
  registers a `zig build <step_name>` step.
2026-05-21 08:13:18 +03:00
Description
No description provided
63 KiB
Languages
Zig 100%