Files
tls-pq-bench/runner/src/lib.rs
Kristofers Solo 1c6625a04c feat(runner): add TOML config file support for matrix benchmarks
- Add toml and serde dependencies
- Create config module with Config and BenchmarkConfig structs
- Add --config CLI option for matrix benchmarks
- Refactor `run_benchmark()` to accept BenchmarkConfig
2026-02-06 17:43:46 +02:00

3 lines
30 B
Rust

pub mod args;
pub mod config;