We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df7aac3 + 7aa4964 commit 6e583c9Copy full SHA for 6e583c9
1 file changed
performance-testing/k6/dicom/config/stressConfig.json
@@ -0,0 +1,46 @@
1
+{
2
+ "lowerThinkTime": 60,
3
+ "upperThinkTime": 120,
4
+ "ct": {
5
+ "vus": 3,
6
+ "iterations": 7,
7
+ "maxDuration": "60m",
8
+ "pacing": 364
9
+ },
10
+ "ct_no": {
11
12
+ "iterations": 3,
13
14
+ "pacing": 1050
15
16
+ "mr": {
17
18
+ "iterations": 9,
19
20
+ "pacing": 250
21
22
+ "mr_no": {
23
24
+ "iterations": 4,
25
26
+ "pacing": 750
27
28
+ "us": {
29
30
31
32
33
34
+ "us_no": {
35
36
37
38
39
40
+ "rf": {
41
+ "vus": 6,
42
+ "iterations": 30,
43
44
+ "pacing": 90
45
+ }
46
+}
0 commit comments