Skip to content

Instantly share code, notes, and snippets.

@benlipp
Created May 24, 2017 19:52
Show Gist options
  • Save benlipp/7ca805a4f3dfe4e3bbe2b392332ef213 to your computer and use it in GitHub Desktop.
Save benlipp/7ca805a4f3dfe4e3bbe2b392332ef213 to your computer and use it in GitHub Desktop.
artillery crash script
{
"config": {
"variables": {
"alarmID": 154
},
"target": "http://events.navigateprepared.com/connect/?mtid=5235&pa_id=2047485644&token=1d8665f2487a4720a64324c0ed70e-1495569573",
"phases": [
{ "duration": 60, "arrivalRate": 5, "name": "PHASE I: the warm-up" },
{ "duration": 180, "arrivalRate": 15, "name": "PHASE II: low stress" },
{ "duration": 180, "arrivalRate": 50, "name": "PHASE III: high stress" },
{ "duration": 180, "arrivalRate": 150, "name": "PHASE IV: insane" }
]
},
"scenarios": [
{
"engine": "socketio",
"flow": [
{ "think": 480 }
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment