forked from phoenix/litellm-mirror
(ci/cd) interpret results
This commit is contained in:
parent
d482d04161
commit
8a8dec7c1c
1 changed files with 3 additions and 2 deletions
5
.github/workflows/load_test.yml
vendored
5
.github/workflows/load_test.yml
vendored
|
@ -19,8 +19,9 @@ jobs:
|
|||
RUNTIME: "3s"
|
||||
- name: Process Load Test Stats
|
||||
run: |
|
||||
# Assuming you want to use a Python script named process_stats.py
|
||||
python .github/workflows/process_stats.py load_test_stats.csv
|
||||
echo "Current working directory: $PWD"
|
||||
ls
|
||||
python ../.github/workflows/process_stats.py
|
||||
working-directory: ${{ github.workspace }}
|
||||
- name: Upload CSV as Asset to Latest Release
|
||||
uses: xresloader/upload-to-github-release@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue