File tree Expand file tree Collapse file tree 2 files changed +0
-180
lines changed
Expand file tree Collapse file tree 2 files changed +0
-180
lines changed Original file line number Diff line number Diff line change 6262 with :
6363 name : benchmark_test_reports
6464 path : benchmarks/${{ env.BASE_PATH }}
65-
66- # TODO: enable this once the connection problem has been resolved.
67- - name : Update benchmarking results to DB
68- env :
69- PGDATABASE : metrics
70- PGHOST : ${{ secrets.DIFFUSERS_BENCHMARKS_PGHOST }}
71- PGUSER : transformers_benchmarks
72- PGPASSWORD : ${{ secrets.DIFFUSERS_BENCHMARKS_PGPASSWORD }}
73- BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
74- run : |
75- git config --global --add safe.directory /__w/diffusers/diffusers
76- commit_id=$GITHUB_SHA
77- commit_msg=$(git show -s --format=%s "$commit_id" | cut -c1-70)
78- cd benchmarks && python populate_into_db.py "$BRANCH_NAME" "$commit_id" "$commit_msg"
7965
8066 - name : Report success status
8167 if : ${{ success() }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments