Locust is an open-source load testing tool that allows you to define user behavior using plain Python code. This code-based approach eliminates the need for cumbersome UIs or complex XML configurations, making test creation intuitive and version-control friendly. Its architecture is distributed and highly scalable, capable of simulating millions of simultaneous users by distributing the load across multiple machines. Proven and battle-tested, Locust is trusted by major companies like EA/DICE to load test large-scale applications. Key features include:
+3 more