Expand description
Tokio-based runner for executing workloads with real networking and timing.
This module provides TokioRunner, which executes the same workloads as SimulationBuilder but using real Tokio implementations instead of simulated ones. This validates that workloads behave correctly in real-world conditions.
Structsยง
- Tokio
Report - Report generated after running workloads with TokioRunner.
- Tokio
Runner - Builder for executing workloads with real Tokio implementations.
- Tokio
Workload - A registered workload that can be executed with real Tokio providers.