File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 25
25
cpuLimit :
26
26
type : string
27
27
required : true
28
+ fork :
29
+ type : string
30
+ required : true
28
31
memoryLimit :
29
32
type : string
30
33
required : true
73
76
BENCH_OVER_TIME : ${{ inputs.time }}
74
77
MEM_LIMIT : ${{ inputs.memoryLimit }}
75
78
CPU_LIMIT : ${{ inputs.cpuLimit }}
79
+ FORK : ${{ inputs.fork }}
76
80
77
81
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
78
82
if : always()
Original file line number Diff line number Diff line change 44
44
scenarioName : constant-vus-over-time
45
45
runner : ${{ needs.decide-runner.outputs.runner }}
46
46
cpuLimit : 2
47
+ fork : 2
47
48
memoryLimit : 4gb
48
49
49
50
constant-vus-over-time-report :
80
81
scenarioName : constant-vus-subgraphs-delay
81
82
runner : ${{ needs.decide-runner.outputs.runner }}
82
83
cpuLimit : 2
84
+ fork : 2
83
85
memoryLimit : 4gb
84
86
subgraphDelayRange : " 40~150"
85
87
@@ -117,6 +119,7 @@ jobs:
117
119
scenarioName : constant-vus-subgraphs-delay-resources
118
120
runner : ${{ needs.decide-runner.outputs.runner }}
119
121
cpuLimit : 4
122
+ fork : 3
120
123
memoryLimit : 8gb
121
124
subgraphDelayRange : " 40~150"
122
125
@@ -154,6 +157,7 @@ jobs:
154
157
scenarioName : ramping-vus
155
158
runner : ${{ needs.decide-runner.outputs.runner }}
156
159
cpuLimit : 4
160
+ fork : 3
157
161
memoryLimit : 8gb
158
162
159
163
ramping-vus-report :
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ services:
8
8
- " 0.0.0.0:4000:4000"
9
9
environment :
10
10
- NODE_ENV=production
11
+ - FORK=${FORK}
12
+ - JIT=true
11
13
depends_on :
12
14
accounts :
13
15
condition : service_healthy
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ services:
8
8
- " 0.0.0.0:4000:4000"
9
9
environment :
10
10
- NODE_ENV=production
11
+ - FORK=${FORK}
12
+ - JIT=true
11
13
depends_on :
12
14
accounts :
13
15
condition : service_healthy
You can’t perform that action at this time.
0 commit comments