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.txtpipmay be aliased topip3on macOS
- Run
python main.py --host=https://localhost:8993to start the applicationpythonmay be aliased topython3on macOS- replace
localhost:8993with running server address
- Navigate to https://localhost:8089 to open the Load Test UI.
