Results saver
Saves raw benchmark results to timestamped folders.
File paths are built from the benchmark config and the current date/time.
BenchmarkResultsSaver(bench_config)
¶
Saves raw benchmark results to timestamped folders.
File paths are constructed from benchmark configuration and the current date/time.
Source code in src/oracle_paper/benchmark/results_saver.py
save_benchmark_raw_results(benchmark_results)
¶
Save raw benchmark results to CSV.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
benchmark_results
|
BenchmarkResults
|
The results collection to persist. |
required |