File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,15 @@ jobs:
5757 with :
5858 name : benchmark_test_reports
5959 path : benchmarks/benchmark_outputs
60-
61- - name : Update benchmarking results to DB
62- env :
63- PGDATABASE : metrics
64- PGHOST : ${{ secrets.DIFFUSERS_BENCHMARKS_PGHOST }} # TODO
65- PGUSER : transformers_benchmarks
66- PGPASSWORD : ${{ secrets.DIFFUSERS_BENCHMARKS_PGPASSWORD }}
67- run : cd benchmarks && python populate_into_db.py
60+
61+ # TODO: enable this once the connection problem has been resolved.
62+ # - name: Update benchmarking results to DB
63+ # env:
64+ # PGDATABASE: metrics
65+ # PGHOST: ${{ secrets.DIFFUSERS_BENCHMARKS_PGHOST }} # TODO
66+ # PGUSER: transformers_benchmarks
67+ # PGPASSWORD: ${{ secrets.DIFFUSERS_BENCHMARKS_PGPASSWORD }}
68+ # run: cd benchmarks && python populate_into_db.py
6869
6970 - name : Report success status
7071 if : ${{ success() }}
You can’t perform that action at this time.
0 commit comments