Skip to content

Commit 0827be5

Browse files
authored
Update 11-jvm-test-parallelism.adoc
1 parent 0ffaaad commit 0827be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/modules/ROOT/pages/11-jvm-test-parallelism.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ The Mill build tool's test parallelism strategy has gone through a lot of iterat
708708
improvement over the years, but at this point it is in a pretty good state.
709709
Perhaps most importantly, Mill's new `def testParallelism = true` flag is a single switch.
710710
It is not that much _faster_ than running tests with older strategies or other
711-
build tools, but it provides that performance across a wide range of use cases without needing
711+
build tools, but it provides that performance across a wide range of workloads without needing
712712
manual tuning or configuration. This simplifies the user experience,
713713
letting them spend less time fiddling with the build tool and more time focusing on their actual
714714
project. While `testParallelism` it is opt-in for testing in the latest Mill `0.12.9`,

0 commit comments

Comments
 (0)