Multi-threaded testing

The test item framework has support for parallel test execution. In VS Code you can enable it by setting julia.numTestProcesses to the number of processes you want to use. From the command line there is the very experimental GitHub - julia-vscode/TestItemRunner2.jl to run test items in parallel.

1 Like