Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 848f6ce79885f61b074a81ebabd2713218587a3b
      
https://github.com/jenkinsci/analysis-model/commit/848f6ce79885f61b074a81ebabd2713218587a3b
  Author: Rahul Somasunderam <rahul....@gmail.com>
  Date:   2023-07-15 (Sat, 15 Jul 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  chore: Parallelize Tests

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 |    74 |    72 |    73 |      73 |
| After  |    68 |    68 |    68 |      68 |
| Savings|       |       |       |       5 |
| %      |       |       |       |       7 |


  Commit: ede6ea0696ef4e09d6d876b2c14f9206d7f262c3
      
https://github.com/jenkinsci/analysis-model/commit/ede6ea0696ef4e09d6d876b2c14f9206d7f262c3
  Author: Ullrich Hafner <ullrich.haf...@gmail.com>
  Date:   2023-07-16 (Sun, 16 Jul 2023)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #932 from rahulsom/parallelize-tests

chore: Parallelize Tests


Compare: 
https://github.com/jenkinsci/analysis-model/compare/98d6c78876e1...ede6ea0696ef

-- 
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/analysis-model/push/refs/heads/master/98d6c7-ede6ea%40github.com.

Reply via email to