spring-framework/spring-webflux
Andy Wilkinson 853d4c38ae Run webflux's tests in parallel to shorten long tail of builds (#23701)
When built in an environment where many Gradle build workers are
available, :spring-webflux:test is regularly the only task running at
the end of the build. Therefore, the build's overall execution time
can be reduced by running its tests in parallel, spreading the tests'
execution across the available workers. The configured number of forks
is a maximum with Gradle reducing this as necessary for environments
with low numbers of cores where multiple workers will not improve
build performance.

Closes gh-23701
2019-09-25 13:44:14 +02:00
..
src Merge branch '5.1.x' 2019-09-24 13:39:42 +01:00
spring-webflux.gradle Run webflux's tests in parallel to shorten long tail of builds (#23701) 2019-09-25 13:44:14 +02:00