Skip to content

Commit 0413706

Browse files
committed
ExecuteJS to 100
1 parent 6b3f49c commit 0413706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/artillery/configs/execute.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ config:
44
# Over 60s, ramp up to creating 50 vusers per second
55
- duration: 60
66
arrivalRate: 5
7-
rampTo: 50
7+
rampTo: 100
88
name: "Ramp Up"
99
# Over 300s, create 50 vusers per second
1010
- duration: 300
11-
arrivalRate: 50
11+
arrivalRate: 100
1212
name: "Sustained Encrypt & Decrypt"
1313
# Over 60s, ramp down to creating 5 vusers per second
1414
- duration: 60
15-
arrivalRate: 10
15+
arrivalRate: 20
1616
name: "Ramp Down"
1717
processor: "../src/processors/multi-endpoints.ts"
1818

0 commit comments

Comments
 (0)