forked from phoenix/litellm-mirror
Update load_test.yml
This commit is contained in:
parent
e578ce979e
commit
7b44de5901
1 changed files with 1 additions and 5 deletions
6
.github/workflows/load_test.yml
vendored
6
.github/workflows/load_test.yml
vendored
|
@ -10,14 +10,10 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
- name: Run Load Test
|
||||
id: locust_run
|
||||
uses: apardo04/locust-github-action@master
|
||||
uses: BerriAI/locust-github-action@master
|
||||
with:
|
||||
LOCUSTFILE: ".github/workflows/locustfile.py"
|
||||
URL: "https://litellm-api.up.railway.app/"
|
||||
USERS: "5"
|
||||
RATE: "5"
|
||||
RUNTIME: "10s"
|
||||
- name: Echo Load Test Output
|
||||
run: |
|
||||
echo "Load Test Output: ${{ steps.locust_run.outputs }}"
|
||||
echo "Load Test Output: ${{ steps.locust_run.outputs.logs }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue