Branch: refs/heads/master Home: https://github.com/jenkinsci/clif-performance-testing-plugin Commit: 3bac6ea37d25f8c400b638c58e21f9c9471a381b https://github.com/jenkinsci/clif-performance-testing-plugin/commit/3bac6ea37d25f8c400b638c58e21f9c9471a381b Author: Rahul Somasunderam <rahul....@gmail.com> Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths: M pom.xml Log Message: ----------- chore: Parallelize Tests (#22) 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 | 35 | 35 | 35 | 35 | | After | 18 | 19 | 19 | 19 | | Savings| | | | 16 | | % | | | | 46 | Co-authored-by: Name From Git-Plugin-Test <email.from.git.plugin.t...@example.com> To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/clif-performance-testing-plugin/settings/notifications -- 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 visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/1d39d3-3bac6e%40github.com.