Skip to content

Commit 47e21c9

Browse files
authored
👷 mypy_primer: check for speed regressions (#835)
2 parents 64231b6 + a011a4f commit 47e21c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/mypy_primer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,16 @@ jobs:
6161
# fail action if exit code isn't zero or one
6262
(
6363
mypy_primer \
64+
--known-dependency-selector scipy-stubs \
6465
--new v${MYPY_VERSION} \
66+
--new-prepend-path new \
6567
--old v${MYPY_VERSION} \
66-
--known-dependency-selector scipy-stubs \
6768
--old-prepend-path old \
68-
--new-prepend-path new \
6969
--num-shards 1 \
7070
--shard-index ${{ matrix.shard-index }} \
7171
--debug \
7272
--output concise \
73+
--show-speed-regression \
7374
| tee diff_${{ matrix.shard-index }}.txt
7475
) || [ $? -eq 1 ]
7576

0 commit comments

Comments
 (0)