Module parallel_executor

Module parallel_executor 

Source
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ยง

AggregatedMetrics
Aggregated metrics across all targets
AggregatedResults
Aggregated results from all target executions
ParallelExecutor
Parallel executor for multi-target bench testing
TargetResult
Result for a single target execution