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:
|
with:
|
||||||
LOCUSTFILE: ".github/workflows/locustfile.py"
|
LOCUSTFILE: ".github/workflows/locustfile.py"
|
||||||
URL: "https://litellm-api.up.railway.app/"
|
URL: "https://litellm-api.up.railway.app/"
|
||||||
USERS: "5"
|
USERS: "100"
|
||||||
RATE: "5"
|
RATE: "10"
|
||||||
RUNTIME: "10s"
|
RUNTIME: "60s"
|
||||||
- name: Print CSV File Contents
|
- name: Print CSV File Contents
|
||||||
run: |
|
run: |
|
||||||
echo "Contents of example_stats.csv:"
|
echo "Contents of example_stats.csv:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue