a763182b9d4ec25f0136ef0600423b95623ff47a
- 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.
Description
No description provided
Languages
Zig
100%