Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/claim-plugin
  Commit: 0d955cefc5b459b7e8d822198a48a2a566295bd3
      
https://github.com/jenkinsci/claim-plugin/commit/0d955cefc5b459b7e8d822198a48a2a566295bd3
  Author: Rahul Somasunderam <rahul....@gmail.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  chore: Parallelize Tests (#250)

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 |   203 |   203 |   208 |     205 |
| After  |    95 |    98 |    94 |      96 |
| Savings|       |       |       |     109 |
| %      |       |       |       |      53 |

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/claim-plugin/push/refs/heads/master/43c45b-0d955c%40github.com.

Reply via email to