Skip to content

Commit

Permalink
Added stress test config
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Batt <[email protected]>
  • Loading branch information
JoeBatt1989 committed Feb 6, 2023
1 parent e70055a commit 27e825c
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions performance-testing/k6/dicom/config/stressConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"lowerThinkTime": 60,
"upperThinkTime": 120,
"ct": {
"vus": 3,
"iterations": 7,
"maxDuration": "60m",
"pacing": 364
},
"ct_no": {
"vus": 3,
"iterations": 3,
"maxDuration": "60m",
"pacing": 1050
},
"mr": {
"vus": 3,
"iterations": 9,
"maxDuration": "60m",
"pacing": 250
},
"mr_no": {
"vus": 3,
"iterations": 4,
"maxDuration": "60m",
"pacing": 750
},
"us": {
"vus": 3,
"iterations": 3,
"maxDuration": "60m",
"pacing": 1050
},
"us_no": {
"vus": 3,
"iterations": 7,
"maxDuration": "60m",
"pacing": 364
},
"rf": {
"vus": 6,
"iterations": 30,
"maxDuration": "60m",
"pacing": 90
}
}

0 comments on commit 27e825c

Please sign in to comment.