mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
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
This commit is contained in:
@@ -29,6 +29,7 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
strum = { version = "0.27", features = ["derive"] }
|
||||
thiserror = "2"
|
||||
toml = "0.9"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-rustls = { version = "0.26", default-features = false, features = [
|
||||
"tls12",
|
||||
|
||||
Reference in New Issue
Block a user