We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce00e1 commit acb20eeCopy full SHA for acb20ee
.github/workflows/benchmark-remote.yml
@@ -73,5 +73,7 @@ jobs:
73
if: ${{ github.ref == 'refs/heads/main' }}
74
working-directory: py-polars
75
run: |
76
- "$HOME/py-polars-cache/save_benchmark_data.py" "$PWD/polars" < ./benchmark-results
+ "$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"
79
"$HOME/py-polars-cache/cache-build.sh" "$PWD/polars"
0 commit comments