Skip to content

Loop

formatting...

Task executes the wraped tasks for all values in provided list.

All task created between Start and End will be wrapped in this instance and executed for all values in the provided list (must be in JSON format).

Step implementations

Statistics

Executions of this task will be visible in locust request statistics with request type LOOP and name is suffixed with (<n>), where n is the number of wrapped tasks.

Each wrapped task will have its own entry in the statistics, see respective tasks documentation.