Skip to content

Commit acb20ee

Browse files
authored
chore: Fix remote benchmark script (#20755)
1 parent 6ce00e1 commit acb20ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark-remote.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@ jobs:
7373
if: ${{ github.ref == 'refs/heads/main' }}
7474
working-directory: py-polars
7575
run: |
76-
"$HOME/py-polars-cache/save_benchmark_data.py" "$PWD/polars" < ./benchmark-results
76+
"$HOME/py-polars-cache/add-data.py" "$PWD/polars" < ./benchmark-results
77+
"$HOME/py-polars-cache/create-plots.py"
78+
"$HOME/py-polars-cache/upload-graphs.sh"
7779
"$HOME/py-polars-cache/cache-build.sh" "$PWD/polars"

0 commit comments

Comments
 (0)