Update load_test.yml

This commit is contained in:
Ishaan Jaff 2024-03-13 15:27:59 -07:00 committed by GitHub
parent 60f34066a5
commit 58b446b184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ jobs:
- name: Run Load Test - name: Run Load Test
uses: apardo04/locust-github-action@master uses: apardo04/locust-github-action@master
with: with:
LOCUSTFILE: ".github/workflows/locustfile.py"
URL: "https://exampleopenaiendpoint-production.up.railway.app/" URL: "https://exampleopenaiendpoint-production.up.railway.app/"
USERS: "5" USERS: "5"
RATE: "5" RATE: "5"