sample-locust Locustfile for API load testing. How to install Install Python (3.8 or later) Install locust $ pip install locust or $ pip install -r requirement.txt How to run 1. In the directory containing locustfile.py, run the command $ locust --modern-ui --modern-ui is modern version of the Web UI. 2. Access localhost:8089 3. Set Number of users and Ramp up and START SWARM! 4. Check out the awesome load testing results!