forked from phoenix/litellm-mirror
(ci/cd) load test
This commit is contained in:
parent
4153b74157
commit
a98c5fdbeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/load_test.yml
vendored
2
.github/workflows/load_test.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
LOCUSTFILE: ".github/workflows/locustfile.py"
|
LOCUSTFILE: ".github/workflows/locustfile.py"
|
||||||
URL: "https://litellm-database-docker-build-production.up.railway.app/"
|
URL: "https://litellm-database-docker-build-production.up.railway.app/"
|
||||||
USERS: "200"
|
USERS: "2000"
|
||||||
RATE: "20"
|
RATE: "20"
|
||||||
RUNTIME: "300s"
|
RUNTIME: "300s"
|
||||||
- name: Process Load Test Stats
|
- name: Process Load Test Stats
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue