We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c8d3d commit 749fc80Copy full SHA for 749fc80
1 file changed
.github/workflows/performance.yml
@@ -59,9 +59,9 @@ jobs:
59
run: |
60
for VERSION in 3.8 3.9 3.10 3.11 3.12
61
do
62
- for OS in linux macos windows
+ for OS in linux darwin windows
63
64
- pyperf compare_to perf-import-$VERSION-$OS-raw.json perf-import-$VERSION-$OS-cds.json | tee perf-import-$VERSION-$OS.table
+ pyperf compare_to perf-import-$VERSION-$OS-raw.json perf-import-$VERSION-$OS-cds.json --table | tee perf-import-$VERSION-$OS.table
65
done
66
67
- uses: actions/upload-artifact@v3
0 commit comments