Expand description
Parallel execution engine for multi-target bench testing
Executes load tests against multiple targets in parallel with configurable concurrency limits. Uses tokio for async execution and semaphores for backpressure control.
Structsยง
- Aggregated
Metrics - Aggregated metrics across all targets
- Aggregated
Results - Aggregated results from all target executions
- Parallel
Executor - Parallel executor for multi-target bench testing
- Target
Result - Result for a single target execution