forked from phoenix/litellm-mirror
Create load_test.yml
This commit is contained in:
parent
788583a737
commit
10a3f8e4d4
1 changed files with 19 additions and 0 deletions
19
.github/workflows/load_test.yml
vendored
Normal file
19
.github/workflows/load_test.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Test Locust Load Test
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Run Load Test
|
||||
uses: apardo04/locust-github-action@master
|
||||
with:
|
||||
LOCUSTFILE: "locustfile.py"
|
||||
REQUIREMENTS: "requirements.txt"
|
||||
URL: "https://google.com"
|
||||
USERS: "5"
|
||||
RATE: "5"
|
||||
RUNTIME: "10s"
|
Loading…
Add table
Add a link
Reference in a new issue