Skip to main content

Module execution

Module execution 

Source

Re-exports§

pub use error::RunError;
pub use rate_limit::RpsLimiter;

Modules§

curve
error
fixed
rate_limit

Structs§

CurveStats
Curve-specific metadata captured at the end of a curve run.
RequestStats
Generic request-metric container reused for scenario-level and step-level request summaries.
ResolvedScenario
A fully resolved scenario with its steps, ready for VU assignment.
ResolvedStep
A fully resolved scenario step, ready to be executed by a ScenarioVu.
RunStats
ScenarioStats
Per-scenario request metrics and nested step breakdowns.
ScenarioStepStats
Per-step request metrics inside a scenario.
StageStats
Per-stage latency and request counts for curve-mode runs.
TemplateStats
Timing information for request template generation.

Enums§

ExecutionMode
Determines the execution strategy for a run.
OnStepFailure
Controls what happens when a step fails within a scenario iteration.
RequestSpec
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.