Skip to content

Commit

Permalink
Add docs for .dynamic.saturate
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Apr 23, 2023
1 parent 58e8c4e commit 6849f00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/src/docs/asciidoc/user-guide/writing-tests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2476,6 +2476,14 @@ The following table lists relevant properties for configuring parallel execution
| 256 + the value of `junit.jupiter.execution.parallel.config.dynamic.factor` multiplied
by the number of available processors/cores

| ```junit.jupiter.execution.parallel.config.dynamic.saturate```
| Disable saturation of the underlying fork-join pool for the ```dynamic``` configuration
strategy
|
* `true`
* `false`
| ```true```

| ```junit.jupiter.execution.parallel.config.fixed.parallelism```
| Desired parallelism for the ```fixed``` configuration strategy
| a positive integer
Expand Down

0 comments on commit 6849f00

Please sign in to comment.