mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
benchmark.yml -> also upload results.csv to an artifact
This commit is contained in:
parent
3b59821c54
commit
c11ed030b3
1 changed files with 4 additions and 0 deletions
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue