Expand description
Registry of standard test functions for benchmarking.
Structs§
- Benchmark
Config - Configuration for a benchmark run.
- Function
Registry - Function registry mapping names to actual function pointers.
Functions§
- find_
csv_ files_ for_ function - Find CSV files for a given function in the records directory Handles both old single-file format and new block-based format
- generate_
benchmark_ configs - Generate all benchmark configurations
- read_
combined_ csv_ traces - Read and combine multiple CSV files for a function
Type Aliases§
- Test
Function - Test function type definition
- Trace
Point - CSV trace point: (x_vector, f_value, is_improvement)