benchmark.yml -> generate JSON results, generate CSV report, echo to console

This commit is contained in:
jdegenstein 2025-05-01 11:43:21 -05:00 committed by GitHub
parent cd122b82e3
commit 05df0a1bbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,5 +22,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: benchmark
run: |
python -m pytest --benchmark-only --csv="results.csv"
python -m pytest --benchmark-only --benchmark-save
pytest-benchmark compare --csv="results.csv"
echo results.csv