Skip to content

Benchmarking

Peter edited this page Mar 25, 2026 · 1 revision

Benchmarking

Primary benchmark tooling lives in tools/megabench.

Common command:

dotnet run -c Release --project tools/megabench/MegaBench.csproj -- bench-overview --datasets 100KB,1MB --label current

Source-of-truth outputs:

  • artifacts/bench/megabench_metrics/overview/overview_<label>.json
  • artifacts/bench/megabench_metrics/overview/overview_<label>_ranking.csv

Clone this wiki locally