We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc10ea commit a167394Copy full SHA for a167394
1 file changed
test/runtests.jl
@@ -39,8 +39,8 @@ if do_help
39
Usage: runtests.jl [--help] [--list] [--jobs=N] [TESTS...]
40
41
--help Show this text.
42
- --jobs=N Launch `N` processes to perform tests (default: Sys.CPU_THREADS / 2).
43
- --list List all available tests (default: all).
+ --jobs=N Launch `N` processes to perform tests (defaults to dynamically inspecting nthreads and RAM availability of the CPU)
+ --list List all available tests.
44
45
Remaining arguments filter the tests that will be executed.""")
46
exit(0)
0 commit comments