Skip to content

Commit 30b0047

Browse files
committed
refactor(artillery): update PKP sign test configuration for improved performance
- Extended the duration and increased the arrival rate and maximum virtual users for the PKP sign test. - Introduced a ramp-up and ramp-down phase to better simulate real-world usage patterns.
1 parent 68ad89d commit 30b0047

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

e2e/artillery/configs/pkp-sign.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
config:
22
target: "dummy"
33
phases:
4-
- duration: 30
5-
arrivalRate: 1
6-
maxVusers: 3
7-
name: "PKP Sign Test"
4+
- duration: 60
5+
arrivalRate: 5
6+
maxVusers: 20
7+
name: "Ramp Up"
8+
- duration: 300
9+
arrivalRate: 15
10+
maxVusers: 50
11+
name: "Sustained PKP Signing"
12+
- duration: 60
13+
arrivalRate: 5
14+
maxVusers: 20
15+
name: "Ramp Down"
816
processor: "../src/processors/pkpSign.ts"
917
environments:
1018
production:

0 commit comments

Comments
 (0)