An open API service indexing awesome lists of open source software.

https://github.com/lynix28/performance-locust-example

Performance test project example using Locust
https://github.com/lynix28/performance-locust-example

Last synced: 6 months ago
JSON representation

Performance test project example using Locust

Awesome Lists containing this project

README

          

# performance-locust-example

Performance test project example using Locust

Setup:

- Clone this project and run `pip install -r requirements.txt`
- Or manually install the PIP Package:
- `pip install locust pyproject-toml`

Run the test:

- `locust --config=./locust.conf`

Example:

- 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 😄