(ci/cd) use deployed github release for load testing

This commit is contained in:
ishaan-jaff
2024-03-15 12:55:33 -07:00
parent f3209b63cd
commit 6ee6fb6c73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: BerriAI/locust-github-action@master
with:
LOCUSTFILE: ".github/workflows/locustfile.py"
URL: "https://litellm-api.up.railway.app/"
URL: "https://litellm-database-docker-build-production.up.railway.app/"
USERS: "100"
RATE: "10"
RUNTIME: "120s"