Performance test project example using Locust
- Clone this project and run
pip install -r requirements.txt
- Or manually install the PIP Package:
pip install locust pyproject-toml
locust --config=./locust.conf
- HTTP request load test scenario
- HTTP request stress test scenario (added soon)
- HTTP request spike test scenario (added soon)
- GRPC request load test scenario (added soon)
- ... and more 😄