Skip to content

Instantly share code, notes, and snippets.

@hassy
Created August 7, 2015 14:44
Show Gist options
  • Save hassy/1ad0b1bb8b92903ddfe8 to your computer and use it in GitHub Desktop.
Save hassy/1ad0b1bb8b92903ddfe8 to your computer and use it in GitHub Desktop.
Minigun test for calc-server from https://github.com/yldio/wdcnz-perf-code
{
"config": {
"target": "ws://localhost:8080",
"phases": [
{"duration": 120, "arrivalRate": 10}
]
},
"scenarios": [
{
"engine": "ws",
"flow": [
{"send": "1"},
{"send": "2"},
{"send": "+"}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment