feat: add benchmarks pg indexes (#34536)

* feat: add benchmarks pg indexes

* refactor: remove debug `df -h`
This commit is contained in:
Luc Georges
2024-10-31 17:41:06 +01:00
committed by GitHub
parent b5919e12f7
commit 294c170ff9
2 changed files with 7 additions and 1 deletions

View File

@@ -63,7 +63,6 @@ jobs:
commit_id=$GITHUB_SHA
fi
commit_msg=$(git show -s --format=%s | cut -c1-70)
df -h
python3 benchmark/llama.py "${{ github.head_ref || github.ref_name }}" "$commit_id" "$commit_msg"
env:
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}