-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Execute tests in parallel #5944
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5944 +/- ##
=========================================
Coverage 84.48% 84.48%
Complexity 3788 3788
=========================================
Files 546 546
Lines 12937 12937
Branches 2275 2275
=========================================
Hits 10930 10930
Misses 877 877
Partials 1130 1130 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I'm not sure why I haven't tried this earlier! I think we should be a bit less aggressive though and use the suggestion from the Gradle docs which caps forks to half the processor count at most. |
I believe we can use |
I was thinking about local builds. Maybe make it conditional on |
Co-authored-by: Matthew Haughton <3flex@users.noreply.github.com>
https://docs.gradle.org/8.0/userguide/performance.html#execute_tests_in_parallel