Update load_test.yml

This commit is contained in:
Ishaan Jaff 2024-03-13 16:53:40 -07:00 committed by GitHub
parent e578ce979e
commit 7b44de5901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,10 @@ jobs:
uses: actions/checkout@v1 uses: actions/checkout@v1
- name: Run Load Test - name: Run Load Test
id: locust_run id: locust_run
uses: apardo04/locust-github-action@master uses: BerriAI/locust-github-action@master
with: with:
LOCUSTFILE: ".github/workflows/locustfile.py" LOCUSTFILE: ".github/workflows/locustfile.py"
URL: "https://litellm-api.up.railway.app/" URL: "https://litellm-api.up.railway.app/"
USERS: "5" USERS: "5"
RATE: "5" RATE: "5"
RUNTIME: "10s" RUNTIME: "10s"
- name: Echo Load Test Output
run: |
echo "Load Test Output: ${{ steps.locust_run.outputs }}"
echo "Load Test Output: ${{ steps.locust_run.outputs.logs }}"