(fix) run prod load tests for 5 mins

This commit is contained in:
ishaan-jaff 2024-03-15 14:55:26 -07:00
parent a5b8fb0ee7
commit 82b8fbabcb
2 changed files with 4 additions and 4 deletions

View file

@ -23,9 +23,9 @@ jobs:
with:
LOCUSTFILE: ".github/workflows/locustfile.py"
URL: "https://litellm-database-docker-build-production.up.railway.app/"
USERS: "100"
RATE: "10"
RUNTIME: "120s"
USERS: "200"
RATE: "20"
RUNTIME: "300s"
- name: Process Load Test Stats
run: |
echo "Current working directory: $PWD"