Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 343 Bytes

README.MD

File metadata and controls

15 lines (12 loc) · 343 Bytes

Locust Uses:

It can be used for Load Testing. It can be used for Website Warm Up.

Installation:

python -m pip install locust -- For Windows
python3 -m pip install locust -- For Linux

#Note Use -g for global setup

Change the Url in load.py, run.bat before running the script. Add urls.txt and append all urls you want there.