Update load_test.yml

This commit is contained in:
Ishaan Jaff 2024-03-13 16:32:33 -07:00 committed by GitHub
parent 0c2b13991b
commit f19acd8a53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Run Load Test
id: locust_run
uses: apardo04/locust-github-action@master
with:
LOCUSTFILE: ".github/workflows/locustfile.py"
@ -16,3 +17,6 @@ jobs:
USERS: "5"
RATE: "5"
RUNTIME: "10s"
- name: Echo Load Test Output
run: |
echo "Load Test Output: ${{ steps.locust_run.outputs }}"