Skip to content

Instantly share code, notes, and snippets.

@hassy
Last active November 5, 2019 19:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hassy/6434454403cfb0285f64 to your computer and use it in GitHub Desktop.
Save hassy/6434454403cfb0285f64 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