Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cloudbees-jenkins-advisor-plugin
  Commit: 4483ee94aef3c33e75f6201278c3252fd32a058c
      
https://github.com/jenkinsci/cloudbees-jenkins-advisor-plugin/commit/4483ee94aef3c33e75f6201278c3252fd32a058c
  Author: Name From Git-Plugin-Test <email.from.git.plugin.t...@example.com>
  Date:   2023-07-16 (Sun, 16 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 |    93 |    95 |    93 |      94 |
| After  |    37 |    35 |    36 |      36 |
| Savings|       |       |       |      58 |
| %      |       |       |       |      62 |


  Commit: d7e076f924545bfc9faad74c2ceecdc9dcf17481
      
https://github.com/jenkinsci/cloudbees-jenkins-advisor-plugin/commit/d7e076f924545bfc9faad74c2ceecdc9dcf17481
  Author: Pierre Beitz <pibe...@gmail.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M pom.xml

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

chore: Parallelize Tests


Compare: 
https://github.com/jenkinsci/cloudbees-jenkins-advisor-plugin/compare/336f61c216f6...d7e076f92454

-- 
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/cloudbees-jenkins-advisor-plugin/push/refs/heads/master/336f61-d7e076%40github.com.

Reply via email to