forked from phoenix/litellm-mirror
Update load_test.yml
This commit is contained in:
parent
0c2b13991b
commit
f19acd8a53
1 changed files with 4 additions and 0 deletions
4
.github/workflows/load_test.yml
vendored
4
.github/workflows/load_test.yml
vendored
|
@ -9,6 +9,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Run Load Test
|
||||
id: locust_run
|
||||
uses: apardo04/locust-github-action@master
|
||||
with:
|
||||
LOCUSTFILE: ".github/workflows/locustfile.py"
|
||||
|
@ -16,3 +17,6 @@ jobs:
|
|||
USERS: "5"
|
||||
RATE: "5"
|
||||
RUNTIME: "10s"
|
||||
- name: Echo Load Test Output
|
||||
run: |
|
||||
echo "Load Test Output: ${{ steps.locust_run.outputs }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue