forked from phoenix/litellm-mirror
(fix) run load test
This commit is contained in:
parent
199f51d48a
commit
36ba7050b4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/load_test.yml
vendored
6
.github/workflows/load_test.yml
vendored
|
@ -14,9 +14,9 @@ jobs:
|
|||
with:
|
||||
LOCUSTFILE: ".github/workflows/locustfile.py"
|
||||
URL: "https://litellm-api.up.railway.app/"
|
||||
USERS: "5"
|
||||
RATE: "5"
|
||||
RUNTIME: "10s"
|
||||
USERS: "100"
|
||||
RATE: "10"
|
||||
RUNTIME: "60s"
|
||||
- name: Print CSV File Contents
|
||||
run: |
|
||||
echo "Contents of example_stats.csv:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue