Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Improve GRADLE build Performance#434

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ChenZhangg wants to merge2 commits intofunctionaljava:series/5.x
base:series/5.x
Choose a base branch
Loading
fromChenZhangg:Modify_GRADLE_3

Conversation

@ChenZhangg
Copy link

@ChenZhanggChenZhangg commentedOct 13, 2021
edited
Loading

Parallel test execution maxParallelForks. Gradle can run multiple test cases in parallel by settingmaxParallelForks.

Disable report generation. We can conditionally disable it by settingreports.html.required = false; reports.junitXml.required = false. If you need to generate reports, add-PcreateReports to the end of Gradle's build command line.

Process forking options. Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry ones. We can fork a new test VM after a certain number of tests have run by settingforkEvery.

=====================
If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

@codecov-commenter
Copy link

codecov-commenter commentedNov 24, 2021
edited
Loading

Codecov Report

Merging#434 (3e7a24a) intoseries/5.x (2ee2950) willdecrease coverage by1.26%.
The diff coverage isn/a.

Impacted file tree graph

@@               Coverage Diff                @@##             series/5.x     #434      +/-   ##================================================- Coverage         53.71%   52.44%   -1.27%+ Complexity         2624     2622       -2================================================  Files               140      148       +8       Lines              9232     9444     +212       Branches            494      497       +3     ================================================- Hits               4959     4953       -6- Misses             4118     4336     +218  Partials            155      155
Impacted FilesCoverage Δ
core/src/main/java/fj/data/fingertrees/Single.java81.48% <0.00%> (-3.71%)⬇️
core/src/main/java/fj/Show.java55.55% <0.00%> (-2.00%)⬇️
core/src/main/java/fj/Equal.java68.91% <0.00%> (-1.46%)⬇️
core/src/main/java/fj/P.java40.81% <0.00%> (-0.28%)⬇️
core/src/main/java/fj/Hash.java29.55% <0.00%> (-0.19%)⬇️
core/src/main/java/fj/Semigroup.java64.15% <0.00%> (-0.07%)⬇️
core/src/main/java/fj/data/IO.java0.00% <0.00%> (ø)
core/src/main/java/fj/function/Effect1.java0.00% <0.00%> (ø)
core/src/main/java/fj/data/SafeIO.java0.00% <0.00%> (ø)
core/src/main/java/fj/function/Try0.java0.00% <0.00%> (ø)
... and18 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update2ee2950...3e7a24a. Read thecomment docs.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@tonymorristonymorristonymorris approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@ChenZhangg@codecov-commenter@tonymorris

[8]ページ先頭

©2009-2025 Movatter.jp