Skip to content

Commit f1e9846

Browse files
committed
debug on locust action
1 parent 9a49401 commit f1e9846

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/django.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 5 --log-level debug &
9999
- name: Run Locust Performance Tests (Easy)
100100
run: |
101-
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 50 -r 4 --run-time 20s --processes -1
101+
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 50 -r 4 --run-time 20s --processes -1 --loglevel DEBUG
102102
- name: Run Locust Performance Tests (Medium)
103103
run: |
104-
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 100 -r 8 --run-time 20s --processes -1
104+
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 100 -r 8 --run-time 20s --processes -1 --loglevel DEBUG
105105
- name: Run Locust Performance Tests (Hard)
106106
run: |
107-
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 200 -r 16 --run-time 20s --processes -1
107+
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 200 -r 16 --run-time 20s --processes -1 --loglevel DEBUG
108108
- name: Run Locust Performance Tests (Impossible)
109109
run: |
110-
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 1000 -r 64 --run-time 20s --processes -1
110+
locust -f locust_tests.py --headless --host=http://localhost:8000 -u 1000 -r 64 --run-time 20s --processes -1 --loglevel DEBUG

0 commit comments

Comments
 (0)