benchmark.yml -> cat instead of echo

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

View file

@ -24,4 +24,4 @@ jobs:
run: |
python -m pytest --benchmark-only --benchmark-autosave
pytest-benchmark compare --csv="results.csv"
echo results.csv
cat results.csv