Re-exports§
pub use error::RunError;pub use rate_limit::RpsLimiter;
Modules§
Structs§
- Curve
Stats - Curve-specific metadata captured at the end of a curve run.
- Request
Stats - Generic request-metric container reused for scenario-level and step-level request summaries.
- Resolved
Scenario - A fully resolved scenario with its steps, ready for VU assignment.
- Resolved
Step - A fully resolved scenario step, ready to be executed by a
ScenarioVu. - RunStats
- Scenario
Stats - Per-scenario request metrics and nested step breakdowns.
- Scenario
Step Stats - Per-step request metrics inside a scenario.
- Stage
Stats - Per-stage latency and request counts for curve-mode runs.
- Template
Stats - Timing information for request template generation.
Enums§
- Execution
Mode - Determines the execution strategy for a run.
- OnStep
Failure - Controls what happens when a step fails within a scenario iteration.
- Request
Spec - All request-level parameters for a run.
- RunMode
- Indicates which execution strategy produced the run results.
Functions§
- assign_
scenario - Maps a VU index to a scenario index using weighted round-robin assignment.