Skip to content

Commit

Permalink
Change spawn rate from 1 to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Nov 23, 2023
1 parent 51ea9d3 commit fa8c5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: sleep 900s

- name: Run Load Test
run: locust -f ./LoadTest/locustfile.py --headless -u 50 -r 1 --run-time 60s -H https://20.107.65.156/
run: locust -f ./LoadTest/locustfile.py --headless -u 50 -r 10 --run-time 60s -H https://20.107.65.156/

- name: Terraform Destroy 3
if: always()
Expand Down

0 comments on commit fa8c5f4

Please sign in to comment.