File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11config :
22 target : " dummy"
33 phases :
4+ # Over 60s, ramp up to creating 50 vusers per second
45 - duration : 60
56 arrivalRate : 5
6- maxVusers : 20
7+ # rampTo: 50
8+ rampTo : 10
79 name : " Ramp Up"
10+ # Over 300s, create 50 vusers per second
811 - duration : 300
9- arrivalRate : 15
10- maxVusers : 50
12+ # arrivalRate: 50
13+ arrivalRate : 10
1114 name : " Sustained PKP Signing"
15+ # Over 60s, ramp down to creating 5 vusers per second
1216 - duration : 60
1317 arrivalRate : 5
14- maxVusers : 20
1518 name : " Ramp Down"
1619 processor : " ../src/processors/pkpSign.ts"
17- environments :
18- production :
19- target : " dummy"
2020
2121scenarios :
22- - name : " PKP Sign Load Test"
22+ - name : " PKP Sign Stress Test"
2323 weight : 100
2424 flow :
2525 - function : " runPkpSignTest"
26- - think : 2
26+ - think : 0.1
You can’t perform that action at this time.
0 commit comments