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
- Host: GitHub
- URL: https://github.com/lynix28/performance-locust-example
- Owner: lynix28
- Created: 2023-07-10T14:36:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T14:00:50.000Z (about 2 years ago)
- Last Synced: 2025-02-08T14:13:21.662Z (8 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😄