Created
July 20, 2016 20:11
-
-
Save hassy/e0bf7961e3670c3a70d99dfe1dec8325 to your computer and use it in GitHub Desktop.
Artillery - short duration
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
config: | |
target: "http://localhost:3003" | |
phases: | |
- duration: 1 | |
arrivalRate: 1 | |
scenarios: | |
- flow: | |
- get: | |
url: "/" | |
- get: | |
url: | |
"/" | |
- get: | |
url: | |
"/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment