Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oraluben committed Oct 23, 2023
1 parent f4c8d3d commit 749fc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
run: |
for VERSION in 3.8 3.9 3.10 3.11 3.12
do
for OS in linux macos windows
for OS in linux darwin windows
do
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
done
done
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 749fc80

Please sign in to comment.