Overcome the single-machine bottleneck with test distribution
- Test Distribution spreads a build's test classes across a remote agent pool, lifting CPU and memory constraints that cap fork-based parallelism on any single machine.
- Build wall-clock roughly halves each time you double the number of remote agents, so it tracks the pool size, not the test count.
- Once distribution eliminates test execution queue delays, the build's critical path becomes the slowest individual test class.






