Skip to content

Commit

Permalink
ci - correct artifact location, and produce + save charts
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Oct 31, 2024
1 parent 4c4d0a8 commit 8b39010
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,15 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
name: 'benchmarking/output/run_data_*.json'
path: './benchmarking/output'
pattern: 'bm_partial_*'
merge-multiple: true

- name: Combine benchmark data
run: uv run python combine_data.py

- uses: actions/upload-artifact@v4
with:
name: bm_charts
path: benchmarking/output/*.html"
if-no-files-found: error

0 comments on commit 8b39010

Please sign in to comment.