mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
benchmark.yml -> cat instead of echo
This commit is contained in:
parent
8f15604ec0
commit
3b59821c54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -24,4 +24,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pytest --benchmark-only --benchmark-autosave
|
python -m pytest --benchmark-only --benchmark-autosave
|
||||||
pytest-benchmark compare --csv="results.csv"
|
pytest-benchmark compare --csv="results.csv"
|
||||||
echo results.csv
|
cat results.csv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue