Skip to content

Instantly share code, notes, and snippets.

@wadealexc
Forked from hassy/loop.json
Created June 9, 2017 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wadealexc/27570d756ee3a072da1447e7c8469566 to your computer and use it in GitHub Desktop.
Save wadealexc/27570d756ee3a072da1447e7c8469566 to your computer and use it in GitHub Desktop.
Artillery `loop` example
{
"config": {
"target": "http://localhost",
"phases": [
{"duration": 10, "arrivalRate": 20}
]
},
"scenarios": [
{
"flow": [
{
"loop": [
{"get": {"url": "/"}}
],
"count": 1000
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment