locustio / locust

Write scalable load tests in plain Python 🚗💨
https://locust.cloud
MIT License
24.83k stars 2.97k forks source link

rendezvous implementation of Locust? #563

Closed debugtalk closed 7 years ago

debugtalk commented 7 years ago

In LoadRunner, there is a method lr_rendezvous that can join all requests together and request at one time.

Is there a similar implementation in Locust?

myzhan commented 7 years ago

Locust doesn't implement this. Assigning the same value to "Number of users" and "Hatch rate" is very close to what you need.