From a713fdae4eb4f7ccd34932edc61561a96b8d9f35 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sat, 17 Feb 2018 16:48:44 +0900 Subject: Merge descriptions related to parallel test into one section [ci skip] --- guides/source/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/testing.md b/guides/source/testing.md index 5d2b8bc5d6..b9b310cbba 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -469,7 +469,7 @@ Parallel testing allows you to parallelize your test suite. While forking proces default method, threading is supported as well. Running tests in parallel reduces the time it takes your entire test suite to run. -## Parallel testing with processes +### Parallel testing with processes The default parallelization method is to fork processes using Ruby's DRb system. The processes are forked based on the number of workers provided. The default is 2, but can be changed by the @@ -522,7 +522,7 @@ end These methods are not needed or available when using parallel testing with threads. -## Parallel testing with threads +### Parallel testing with threads If you prefer using threads or are using JRuby, a threaded parallelization option is provided. The threaded parallelizer is backed by Minitest's `Parallel::Executor`. -- cgit v1.2.3