Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 242 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 242 Bytes

Steps to run the script

  • Run this command to create virtual environment python3 -m venv locustenv
  • Run source locustenv/bin/activate
  • Install locust using this command pip3 install locust
  • Run locust -f locustfile.py