forked from phoenix/litellm-mirror
Update load_test.yml
This commit is contained in:
parent
7b44de5901
commit
5232e9b5fc
1 changed files with 7 additions and 0 deletions
7
.github/workflows/load_test.yml
vendored
7
.github/workflows/load_test.yml
vendored
|
@ -17,3 +17,10 @@ jobs:
|
||||||
USERS: "5"
|
USERS: "5"
|
||||||
RATE: "5"
|
RATE: "5"
|
||||||
RUNTIME: "10s"
|
RUNTIME: "10s"
|
||||||
|
# Echo the content of the current directory
|
||||||
|
- name: Echo Current Directory Contents
|
||||||
|
run: ls -al
|
||||||
|
|
||||||
|
# Read the example.csv file
|
||||||
|
- name: Read example.csv
|
||||||
|
run: cat example.csv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue