https://github.com/mtulio/vegeta-runner
Vegeta load test environment
https://github.com/mtulio/vegeta-runner
Last synced: 9 days ago
JSON representation
Vegeta load test environment
- Host: GitHub
- URL: https://github.com/mtulio/vegeta-runner
- Owner: mtulio
- License: gpl-3.0
- Created: 2018-07-26T03:34:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T03:32:32.000Z (over 5 years ago)
- Last Synced: 2025-02-24T03:17:53.434Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vegeta-runner
[Vegeta](https://github.com/tsenart/vegeta) load test environment to run ramp-ups / batteries (while ATM of dev this repo it was not supported).
## Install
To install environment, the vegeta, please run:
`make install`
To force and version:
`make install VG_VERSION=x.x.x`
If you already have installed you can force the download:
`make download`
OR
`make upgrade`
OR
`make clean && make install`
## Setup
To setup environment, please create config files inside input directory. See [Readme](input/README.md)
## commands
### run
To run the tests, just tell what definition file of your test plan:
`make run INPUT_PLAN=input/sample-plan.conf`