Tags: jenkinsci/build-with-parameters-plugin
Tags
chore: Parallelize Tests (#26) This will use all available cores to run tests, and parallelize by all - suite/class/method. On machines with multiple cores, this will vastly improve test performance. These times are on my M1 MBP with 10 (8P + 2E) cores. They were reported by maven on running `mvn verify`. I first ran `mvn verify` and ignored the time. Then I ran it thrice without this change, and thrice with this change. All times in seconds. | | Run 1 | Run 2 | Run 3 | Average | | ------ | ----: | ----: | ----: | ------: | | Before | 21 | 23 | 22 | 22 | | After | 15 | 16 | 18 | 16 | | Savings| | | | 6 | | % | | | | 27 | Co-authored-by: Name From Git-Plugin-Test <[email protected]>
[maven-release-plugin] copy for tag build-with-parameters-1.7
[maven-release-plugin] copy for tag build-with-parameters-1.6
[maven-release-plugin] copy for tag build-with-parameters-1.5.1
[maven-release-plugin] copy for tag build-with-parameters-1.5
[maven-release-plugin] copy for tag build-with-parameters-1.4
[maven-release-plugin] copy for tag build-with-parameters-1.3
[maven-release-plugin] copy for tag build-with-parameters-1.2
PreviousNext