You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run model tests and proptests at lower concurrency in CI (#27364)
This seems to offer a modest speedup, between 20-40s depending on the machine type.
The model tests hammer local postgres too quickly and use up all available disk I/O, and proptests peg the CPU. By limiting the number that can be running from each group, we are able to make forward progress a bit faster.
GitOrigin-RevId: d6c7608166427780b3dfe7ef6194adf283a324de
0 commit comments