| 1 | """ |
| 2 | This file contains a benchmark to validate the performance of Locust itself. |
| 3 | More precisely, the performance of the `UsersDispatcher` class which is responsible |
| 4 | for calculating the distribution of users on each worker. This benchmark is to be used |
nothing calls this directly
no test coverage detected