mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
- Add tokio::Semaphore for bounded parallelism - Split benchmark into sequential warmup and parallel measured phases - Refactor to spawn_benchmark_tasks() and spawn_single_iteration() - Add write_results() to aggregate and output records - Use u32 for CLI arguments (iters, warmup, concurrency, payload_bytes)