Skip to content

Commit 2e888b1

Browse files
committed
Update load balancing strategy in docstring
1 parent 35fad33 commit 2e888b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ParallelTestRunner.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,12 +654,12 @@ Several keyword arguments are also supported:
654654
## Behavior
655655
656656
- Automatically discovers all `.jl` files in the test directory (excluding `runtests.jl`)
657-
- Sorts tests by file size (largest first) for load balancing
657+
- Sorts test files by runtime (longest-running are started first) for load balancing
658658
- Launches worker processes with appropriate Julia flags for testing
659659
- Monitors memory usage and recycles workers that exceed memory limits
660660
- Provides real-time progress output with timing and memory statistics
661661
- Handles interruptions gracefully (Ctrl+C)
662-
- Returns nothing, but throws `Test.FallbackTestSetException` if any tests fail
662+
- Returns `nothing`, but throws `Test.FallbackTestSetException` if any tests fail
663663
664664
## Examples
665665

0 commit comments

Comments
 (0)