apardo04/Locust Load Test
Load Test an application using Locust
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| LOCUSTFILE | The locustfile you want to use to load test. If no file is provided, a simple load test will be done on the landing page of the provided URL. | no | — |
| REQUIREMENTS | requirements.txt file you want to use to install 3rd party dependencies. Not required. | no | — |
| URL | URL to the site you want to load test. This is Required! | yes | — |
| USERS | Number of Users to spawn. Defaults to 5. | no | 5 |
| RATE | Specify the hatch rate (number of users to spawn per second). Defaults to 5. | no | 5 |
| RUNTIME | Specify the run time for a test. Defaults to 10 seconds. | no | 10s |
Outputs
no outputs