Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
juanq4 committed Oct 8, 2024
1 parent 6cc58bf commit ef7eb68
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions load-test/subscription-load-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copy and paste a test (./) configuration file here
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ config:
max: 10000 # fail if max response time exceeds 5000ms
maxErrorRate: 8 # fail if error rate exceeds 0%
phases:
- duration: 100 # 5 min
arrivalRate: 4 # 4 users per second ~ 200 per minutecala: 4, 8, 12, 20
rampTo: 6 #range of users per second
- duration: 300 # 5 min
arrivalRate: 4 # 4 users per second ~ 200 per minute: 4, 8, 12, 20
rampTo: 6 # range of users per second
name: "Q4 IDP Login Load Test 300-166->333-228179506-all"
scenarios:
- name: "Perform Q4 IDP Login http journey to console"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ config:
max: 10000 # fail if max response time exceeds 5000ms
maxErrorRate: 8 # fail if error rate exceeds 0%
phases:
- duration: 100 # 5 min
arrivalRate: 4 # 4 users per second ~ 200 per minutecala: 4, 8, 12, 20
rampTo: 6 #range of users per second
- duration: 300 # 5 min
arrivalRate: 4 # 4 users per second ~ 200 per minute: 4, 8, 12, 20
rampTo: 6 # range of users per second
name: "Q4 IDP Login Load Test 300-166->333-228179506-all"
processor: "./processor/traffic-hitting-login-page.js"
scenarios:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ config:
maxErrorRate: 8 # fail if error rate exceeds 0%
phases:
- duration: 300 # 5 min
arrivalRate: 4 # 4 users per second ~ 200 per minutecala: 4, 8, 12, 20
rampTo: 6 #range of users per second
arrivalRate: 4 # 4 users per second ~ 200 per minute: 4, 8, 12, 20
rampTo: 6 # range of users per second
name: "Q4 IDP Login Load Test 300-166->333-228179506-all"
scenarios:
- name: "Perform Q4 IDP Login http journey to console"
Expand Down

0 comments on commit ef7eb68

Please sign in to comment.