Created
May 24, 2017 19:52
-
-
Save benlipp/7ca805a4f3dfe4e3bbe2b392332ef213 to your computer and use it in GitHub Desktop.
artillery crash script
This file contains 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": { | |
"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