I've compared using Locust to Gatling and the only downside is that Locust wasn't able to reach the same RPS I was getting with Gatling. It's a shame because Locust is much nicer to work with in comparison.
> I've compared using Locust to Gatling and the only downside is that Locust wasn't able to reach the same RPS I was getting with Gatling. It's a shame because Locust is much nicer to work with in comparison. That's hardly an issue as you can trivially build multi machine swarms with Locust.
Locust – Testing framework simulating the burstiness of an end user
11–16 of 16 posts
Re: Locust – Testing framework simulating the burstiness of an end user
#12Earlier quoted context omitted.
> I've compared using Locust to Gatling and the only downside is that Locust wasn't able to reach the same RPS I was getting with Gatling. It's a shame because Locust is much nicer to work with in comparison. That's hardly an issue as you can trivially build multi machine swarms with Locust.
When I could barely get 200 RPS from a locust instance, but 10,000 RPS from a Gatling instance, this is a huge issue if you don't have an unlimited budget.
Also, are you comparing a single Locust process to Gatling? Since Gatling runs on the JVM, it would be more fair to compare it to a Locust cluster with one locust process per processor core.
Re: Locust – Testing framework simulating the burstiness of an end user
#13Re: Locust – Testing framework simulating the burstiness of an end user
#14https://github.com/simple10/guides/blob/master/load_testing....
Re: Locust – Testing framework simulating the burstiness of an end user
#15Earlier quoted context omitted.
> I've compared using Locust to Gatling and the only downside is that Locust wasn't able to reach the same RPS I was getting with Gatling. It's a shame because Locust is much nicer to work with in comparison. That's hardly an issue as you can trivially build multi machine swarms with Locust.
When I could barely get 200 RPS from a locust instance, but 10,000 RPS from a Gatling instance, this is a huge issue if you don't have an unlimited budget.
Re: Locust – Testing framework simulating the burstiness of an end user
#16Here's a list of tools and services for HTTP load testing and benchmarking. I added Locust to the list. Let me know if the list is missing anything important. https://github.com/simple10/guides/blob/master/load_testing....