Skip to content

Commit 4a60155

Browse files
committed
disable db population for now.
1 parent e45e4eb commit 4a60155

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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() }}

0 commit comments

Comments
 (0)