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:
Ákos Hadnagy
2025-08-18 20:14:16 +02:00
committed by GitHub
parent 59862209ca
commit e472efb9ac

View File

@@ -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 }}