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 ac81c89 commit 720af58Copy full SHA for 720af58
e2e/artillery/configs/encrypt-decrypt.yml
@@ -4,11 +4,11 @@ config:
4
# Over 60s, ramp up to creating 50 vusers per second
5
- duration: 60
6
arrivalRate: 5
7
- rampTo: 80
+ rampTo: 100
8
name: "Ramp Up"
9
# Over 300s, create 50 vusers per second
10
- duration: 300
11
- arrivalRate: 80
+ arrivalRate: 100
12
name: "Sustained Encrypt & Decrypt"
13
# Over 60s, ramp down to creating 5 vusers per second
14
0 commit comments