forked from phoenix/litellm-mirror
Update load_test.yml
This commit is contained in:
parent
3237f788e0
commit
22d034522f
1 changed files with 9 additions and 0 deletions
9
.github/workflows/load_test.yml
vendored
9
.github/workflows/load_test.yml
vendored
|
@ -24,3 +24,12 @@ jobs:
|
||||||
- name: Access Output
|
- name: Access Output
|
||||||
run: |
|
run: |
|
||||||
echo "Accessing output: ${{ steps.locust_run.outputs.csv_values }}"
|
echo "Accessing output: ${{ steps.locust_run.outputs.csv_values }}"
|
||||||
|
- name: Store Results
|
||||||
|
run: |
|
||||||
|
results=$(cat results_stats.csv)
|
||||||
|
- name: Upload Release Asset
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: results_stats.csv
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue