Created
May 13, 2020 08:53
-
-
Save gunesmes/ff3259a6b3143cdccb703873ac8b6fbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --network host -i loadimpact/k6 run - \ | |
| --vus 10 \ | |
| --stage 5s:10,5m:20,10s:5 \ | |
| --out influxdb=http://localhost:8086/testrisk \ | |
| <load_test-k6.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment