forked from phoenix/litellm-mirror
(fix) run load test
This commit is contained in:
parent
36ba7050b4
commit
16ccb585c8
1 changed files with 0 additions and 10 deletions
10
.github/workflows/load_test.yml
vendored
10
.github/workflows/load_test.yml
vendored
|
@ -17,16 +17,6 @@ jobs:
|
||||||
USERS: "100"
|
USERS: "100"
|
||||||
RATE: "10"
|
RATE: "10"
|
||||||
RUNTIME: "60s"
|
RUNTIME: "60s"
|
||||||
- name: Print CSV File Contents
|
|
||||||
run: |
|
|
||||||
echo "Contents of example_stats.csv:"
|
|
||||||
cat load_test_stats.csv
|
|
||||||
- name: Find Latest Release
|
|
||||||
id: find_release
|
|
||||||
run: |
|
|
||||||
latest_release=$(curl -s "https://api.github.com/repos/${{ github.repository }}/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
|
|
||||||
echo "::set-output name=latest_release::$latest_release"
|
|
||||||
|
|
||||||
- name: Upload CSV as Asset to Latest Release
|
- name: Upload CSV as Asset to Latest Release
|
||||||
uses: xresloader/upload-to-github-release@v1
|
uses: xresloader/upload-to-github-release@v1
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue