Skip to content

Commit

Permalink
chore: Add CI step to process benchmark results (pola-rs#19530)
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite authored Oct 30, 2024
1 parent 18fbf52 commit 19335de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
- name: Run benchmark
working-directory: polars-benchmark
run: |
make run-polars-no-env
make run-polars-no-env | tee ../py-polars/benchmark-results
- name: Cache the Polars build
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/cache-build.sh" "$PWD/polars"

0 comments on commit 19335de

Please sign in to comment.