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 6b3f49c commit 0413706Copy full SHA for 0413706
e2e/artillery/configs/execute.yml
@@ -4,15 +4,15 @@ config:
4
# Over 60s, ramp up to creating 50 vusers per second
5
- duration: 60
6
arrivalRate: 5
7
- rampTo: 50
+ rampTo: 100
8
name: "Ramp Up"
9
# Over 300s, create 50 vusers per second
10
- duration: 300
11
- arrivalRate: 50
+ arrivalRate: 100
12
name: "Sustained Encrypt & Decrypt"
13
# Over 60s, ramp down to creating 5 vusers per second
14
15
- arrivalRate: 10
+ arrivalRate: 20
16
name: "Ramp Down"
17
processor: "../src/processors/multi-endpoints.ts"
18
0 commit comments