Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/additional-metrics-plugin
  Commit: 13f21311f0ed1d912bfbd50d10989781e30a3fee
      
https://github.com/jenkinsci/additional-metrics-plugin/commit/13f21311f0ed1d912bfbd50d10989781e30a3fee
  Author: Rahul Somasunderam <rahul....@gmail.com>
  Date:   2023-07-21 (Fri, 21 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 |   296 |   294 |   295 |     295 |
| After  |    67 |    69 |    62 |      66 |
| Savings|       |       |       |     229 |
| %      |       |       |       |      78 |


-- 
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/additional-metrics-plugin/push/refs/heads/master/47c58b-13f213%40github.com.

Reply via email to