Skip to content

Commit 553c6c6

Browse files
committed
Remove non-sense
1 parent dbfe8d2 commit 553c6c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/src/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,11 @@ Pkg.test("MyPackage"; test_args=`--verbose --jobs=4 integration`)
9393
### Automatic Test Discovery
9494

9595
`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.
9796

9897
### Parallel Execution
9998

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.
104101

105102
### Real-time Progress
106103

0 commit comments

Comments
 (0)