A simple load testing tool taking advantage of locust.io.
- Ensure python 3.5+ is installed on your system.
- Install requirements by running
pip install -r requirements.txt
pip
may be aliased topip3
on macOS
- Run
python main.py --host=https://localhost:8993
to start the applicationpython
may be aliased topython3
on macOS- replace
localhost:8993
with running server address
- Navigate to https://localhost:8089 to open the Load Test UI.