Skip to content

Commit c11ed03

Browse files
authored
benchmark.yml -> also upload results.csv to an artifact
1 parent 3b59821 commit c11ed03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ jobs:
2525
python -m pytest --benchmark-only --benchmark-autosave
2626
pytest-benchmark compare --csv="results.csv"
2727
cat results.csv
28+
- uses: actions/upload-artifact@v4
29+
with:
30+
name: benchmark-results
31+
path: results.csv

0 commit comments

Comments
 (0)