Benchmark Runner Tutorial¶
Use the benchmark harness to produce reproducible estimator comparisons on synthetic datasets with known ground truth.
Run the benchmark suite¶
What you get¶
results/benchmark_results.csvfor spreadsheet/plotting workflows.results/benchmark_results.jsonlfor structured logging and reproducibility.
Tips for reproducibility¶
- Pin seeds in your configs.
- Record estimator configs in the output metadata.
- Use the CI smoke benchmarks for quick regressions.