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
The effect is that the split algorithm will assume an external delay of 20 seconds for the 0th split, and will reduce its assigned load by 20 seconds (as best it can.) Bias can be negative, too.
61
61
62
-
Don't forget to specify the same bias on all runners, not just the ones that have bias.
62
+
Don't forget to specify the same bias configuration on all runners, not just the ones that have bias.
63
63
64
64
This works best when you have real test timings (JUnit or CircleCI mode.) For splits by line count, you can still find the right bias empirically - although splits by line count are never perfectly balanced anyway.
0 commit comments