benchmark.yml -> also upload results.csv to an artifact

This commit is contained in:
jdegenstein 2025-05-01 11:55:54 -05:00 committed by GitHub
parent 3b59821c54
commit c11ed030b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,3 +25,7 @@ jobs:
python -m pytest --benchmark-only --benchmark-autosave
pytest-benchmark compare --csv="results.csv"
cat results.csv
- uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: results.csv