(ci/cd) interpret load test results

This commit is contained in:
ishaan-jaff 2024-03-15 11:00:46 -07:00
parent 8a8dec7c1c
commit 5986216795
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ def interpret_results(csv_file):
print(result_str)
interpreted_results_str += result_str
print(interpreted_results_str)
return interpreted_results_str
if __name__ == "__main__":

View file

@ -21,7 +21,7 @@ jobs:
run: |
echo "Current working directory: $PWD"
ls
python ../.github/workflows/process_stats.py
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