dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

Intergration benchmark

Open dkisser opened this issue 3 years ago • 1 comments

What is the purpose of the change

Brief changelog

Verifying this change

Checklist

  • [x] Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • [ ] Each commit in the pull request should have a meaningful subject line and body.
  • [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • [ ] Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • [ ] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • [ ] Add some description to dubbo-website project if you are requesting to add a feature.
  • [ ] GitHub Actions works fine on your own branch.
  • [ ] If this contribution is large, please follow the Software Donation Guide.

dkisser avatar Sep 24 '22 10:09 dkisser

Codecov Report

Merging #10666 (be2df39) into 3.1 (eb0e25e) will increase coverage by 0.02%. The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.1   #10666      +/-   ##
============================================
+ Coverage     65.24%   65.26%   +0.02%     
+ Complexity      493      470      -23     
============================================
  Files          1336     1336              
  Lines         56918    56922       +4     
  Branches       8434     8435       +1     
============================================
+ Hits          37134    37151      +17     
+ Misses        15813    15808       -5     
+ Partials       3971     3963       -8     
Impacted Files Coverage Δ
.../remoting/api/SingleProtocolConnectionManager.java 61.53% <0.00%> (-23.08%) :arrow_down:
...he/dubbo/rpc/listener/ListenerExporterWrapper.java 68.00% <0.00%> (-20.00%) :arrow_down:
...dubbo/common/status/support/LoadStatusChecker.java 50.00% <0.00%> (-16.67%) :arrow_down:
...ubbo/qos/command/decoder/TelnetCommandDecoder.java 60.00% <0.00%> (-12.73%) :arrow_down:
...java/org/apache/dubbo/remoting/api/Connection.java 80.00% <0.00%> (-2.50%) :arrow_down:
...etadata/report/support/AbstractMetadataReport.java 69.09% <0.00%> (-2.28%) :arrow_down:
...exchange/support/header/HeaderExchangeHandler.java 61.06% <0.00%> (-1.77%) :arrow_down:
...ng/zookeeper/curator5/Curator5ZookeeperClient.java 69.33% <0.00%> (-0.95%) :arrow_down:
...dubbo/remoting/exchange/support/DefaultFuture.java 87.06% <0.00%> (-0.87%) :arrow_down:
...e/dubbo/registry/integration/RegistryProtocol.java 59.94% <0.00%> (-0.55%) :arrow_down:
... and 22 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Sep 25 '22 03:09 codecov-commenter