Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Parallelize Tests #215

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

rahulsom
Copy link
Contributor

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 94 98 96 96
After 32 32 31 32
Savings 64
% 67

Testing done

All existing tests pass

Submitter checklist

Preview Give feedback

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 |    94 |    98 |    96 |      96 |
| After  |    32 |    32 |    31 |      32 |
| Savings|       |       |       |      64 |
| %      |       |       |       |      67 |
@gounthar
Copy link
Contributor

Thanks a lot for this contribution.
Let me try that on other machines with less muscle, to see if I can see an improvement too, or if that kills the machine. 😉

Copy link
Contributor

@gounthar gounthar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works for me, thanks.

@MarkEWaite MarkEWaite merged commit 1b0c83e into jenkinsci:master Jul 17, 2023
@MarkEWaite MarkEWaite added the test Improve tests or test infrastructure label Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Improve tests or test infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants