Branch: refs/heads/master Home: https://github.com/jenkinsci/build-time-blame-plugin Commit: 3ba3ad2832b1455397daea904fbd42c9df19b975 https://github.com/jenkinsci/build-time-blame-plugin/commit/3ba3ad2832b1455397daea904fbd42c9df19b975 Author: Rahul Somasunderam <rahul....@gmail.com> Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths: M pom.xml Log Message: ----------- chore: Parallelize Tests (#56) 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 | 24 | 24 | 25 | 24 | | After | 17 | 16 | 16 | 16 | | Savings| | | | 8 | | % | | | | 33 | Co-authored-by: Name From Git-Plugin-Test <email.from.git.plugin.t...@example.com> -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/build-time-blame-plugin/push/refs/heads/master/5031de-3ba3ad%40github.com.