mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
benchmark.yml -> generate JSON results, generate CSV report, echo to console
This commit is contained in:
parent
cd122b82e3
commit
05df0a1bbd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue