Commit 1660a39
authored
Try fixing test times after GC hack (python#19766)
I am not sure what happens, but for some reason after GC
`freeze()`/`unfreeze()` hack python#19681
was merged, compiled tests are running twice slower (on GH runner, but I
also see much smaller but visible slow-down locally). I have two
theories:
* The constant overhead we add outweighs the savings when running
thousands of tiny builds.
* The 8% of extra memory we use goes over the limit in the runner
because we were already very close to it.
In any case, I propose to try disabling this hack in most tests and see
if it helps.1 parent dcaca0e commit 1660a39
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3364 | 3364 | | |
3365 | 3365 | | |
3366 | 3366 | | |
3367 | | - | |
| 3367 | + | |
| 3368 | + | |
3368 | 3369 | | |
3369 | 3370 | | |
3370 | 3371 | | |
| |||
3379 | 3380 | | |
3380 | 3381 | | |
3381 | 3382 | | |
3382 | | - | |
| 3383 | + | |
| 3384 | + | |
3383 | 3385 | | |
3384 | 3386 | | |
3385 | 3387 | | |
| |||
0 commit comments