Skip to content

Commit

Permalink
chore: Fix remote benchmark script (#20755)
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite authored Jan 16, 2025
1 parent 6ce00e1 commit acb20ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
working-directory: py-polars
run: |
"$HOME/py-polars-cache/save_benchmark_data.py" "$PWD/polars" < ./benchmark-results
"$HOME/py-polars-cache/add-data.py" "$PWD/polars" < ./benchmark-results
"$HOME/py-polars-cache/create-plots.py"
"$HOME/py-polars-cache/upload-graphs.sh"
"$HOME/py-polars-cache/cache-build.sh" "$PWD/polars"

0 comments on commit acb20ee

Please sign in to comment.