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
`ParallelTestRunner` automatically discovers all `.jl` files in your `test/` directory and subdirectories, excluding `runtests.jl`.
96
-
Tests are sorted by file size (largest first) for optimal load balancing.
97
96
98
97
### Parallel Execution
99
98
100
-
Tests run concurrently in isolated worker processes, each with:
101
-
- Its own sandbox module
102
-
- Independent memory space
103
-
- Automatic resource cleanup
99
+
Tests run concurrently in isolated worker processes, each inside own module.
100
+
`ParallelTestRunner` records historical tests duration for each package, so that in subsequent runs long-running tests are executed first, to improve load balancing.
0 commit comments