Scenario
locust
test with gradual spawn-rate, chart looks like a 45-degree angle.
I would like to know the RPS of the system while all threads are running.
The out-of-the-box RPS value from locust
will include RPS values from the beginning of the run when there were fewer threads.
- How can I customize my
locust
script to start calculating RPS from when all threads are running? - Is this a reasonable load-test practice?
- An alternative option would be to "simulate reality" as much as possible (and in the real word there is ramp-up when the system starts up). To get a more representative RPS value, run the test longer.