Fix benchmark workflow (#40254)
Correct init_db.sql path Co-authored-by: Akos Hadnagy <akoshuggingface@mi325x8-123.atl1.do.cpe.ice.amd.com>
This commit is contained in:
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run database init script
|
- name: Run database init script
|
||||||
run: |
|
run: |
|
||||||
psql -f benchmark/init_db.sql
|
psql -f benchmark/utils/init_db.sql
|
||||||
env:
|
env:
|
||||||
PGDATABASE: metrics
|
PGDATABASE: metrics
|
||||||
PGHOST: ${{ secrets.TRANSFORMERS_BENCHMARKS_PGHOST }}
|
PGHOST: ${{ secrets.TRANSFORMERS_BENCHMARKS_PGHOST }}
|
||||||
|
|||||||
Reference in New Issue
Block a user