Skip to content

Commit

Permalink
use two servers ramping to 45
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Aug 7, 2024
1 parent be33635 commit f824021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artillery/psu_load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config:
# as it ramps up to this level and we have a 1 second delay in the flow between each request
- duration: 300
arrivalRate: 1
rampTo: 90
rampTo: 45
name: run phase
environments:
dev:
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_psu_load_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx artillery run-fargate \
--security-group-ids ${security_group} \
--subnet-ids ${vpc_subnets} \
--task-role-name ${artillery_worker_role_name} \
--count 1 \
--count 2 \
--output psu_load_test.json \
artillery/psu_load_test.yml

Expand Down

0 comments on commit f824021

Please sign in to comment.