Skip to content

Commit 43bf70c

Browse files
committed
Add upload step for NumPy benchmark JSON report
1 parent 746c940 commit 43bf70c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,10 @@ jobs:
126126
name: xtensor-numpy-benchmark-report
127127
path: build/xtensor_numpy_report.md
128128
if-no-files-found: error
129+
130+
- name: Upload NumPy benchmark JSON
131+
uses: actions/upload-artifact@v4
132+
with:
133+
name: xtensor-numpy-benchmark-report-json
134+
path: build/xtensor_numpy_report.json
135+
if-no-files-found: error

0 commit comments

Comments
 (0)