We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea1d1f commit c14d842Copy full SHA for c14d842
e2e/artillery/configs/pkp-sign.yml
@@ -4,14 +4,12 @@ config:
4
# Over 60s, ramp up to creating 50 vusers per second
5
- duration: 60
6
arrivalRate: 5
7
- # rampTo: 50
8
- rampTo: 10
9
- name: 'Ramp Up'
+ rampTo: 90
+ name: "Ramp Up"
10
# Over 300s, create 50 vusers per second
11
- duration: 300
12
- # arrivalRate: 50
13
- arrivalRate: 10
14
- name: 'Sustained PKP Signing'
+ arrivalRate: 90
+ name: "Sustained PKP Signing"
15
# Over 60s, ramp down to creating 5 vusers per second
16
17
0 commit comments