Structsยง
- Fixed
Execution Result - Result returned by
FixedExecutor::execute. - Fixed
Executor - Executes a fixed-count load test using a worker-pool model: spawns exactly
concurrencylong-lived VU tasks that share an atomic request budget and self-terminate when the budget is exhausted. - Fixed
Executor Params - Parameters for constructing a
FixedExecutor.