forked from phoenix/litellm-mirror
(ci/cd) interpret load test results
This commit is contained in:
parent
19464ba369
commit
d482d04161
1 changed files with 1 additions and 1 deletions
2
.github/workflows/load_test.yml
vendored
2
.github/workflows/load_test.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Process Load Test Stats
|
||||
run: |
|
||||
# Assuming you want to use a Python script named process_stats.py
|
||||
python process_stats.py load_test_stats.csv
|
||||
python .github/workflows/process_stats.py load_test_stats.csv
|
||||
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