Skip to content

Commit dd1f2a3

Browse files
authored
Remove --show-speed-regression in primer (#19226)
It's too noisy. We added it to benchmark a specific PR
1 parent 4136715 commit dd1f2a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
--debug \
6868
--additional-flags="--debug-serialize" \
6969
--output concise \
70-
--show-speed-regression \
7170
| tee diff_${{ matrix.shard-index }}.txt
7271
) || [ $? -eq 1 ]
7372
- if: ${{ matrix.shard-index == 0 }}

0 commit comments

Comments
 (0)