Skip to content

Instantly share code, notes, and snippets.

@joaoh82
Created November 27, 2018 11:41
Show Gist options
  • Save joaoh82/b502dd26501a37f09059b6b7ef998759 to your computer and use it in GitHub Desktop.
Save joaoh82/b502dd26501a37f09059b6b7ef998759 to your computer and use it in GitHub Desktop.
{
"config": {
"phases": [
{
"duration": 120,
"arrivalRate": 10,
"rampTo": 20,
"name": "Warm up the ALB/ECS service"
},
{
"duration": 240,
"arrivalRate": 20,
"rampTo": 40,
"name": "Ramp to high load"
}
],
"variables": {
"loopCount": 100
},
"ensure": {
"maxErrorRate": 1,
"p95": 200
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment