feat: optimize the thread pool size by wardseptember · Pull Request #83 · trpc-group/trpc-java

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.12744%. Comparing base (33f8bfb) to head (610e15c).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@                  Coverage Diff                  @@
##                master         #83         +/-   ##
=====================================================
- Coverage     70.23677%   70.12744%   -0.10933%     
+ Complexity        4253        4240         -13     
=====================================================
  Files              437         437                 
  Lines            17105       17106          +1     
  Branches          1727        1727                 
=====================================================
- Hits             12014       11996         -18     
- Misses            3984        3994         +10     
- Partials          1107        1116          +9     
Files with missing lines Coverage Δ
...n/java/com/tencent/trpc/core/common/Constants.java 66.66667% <ø> (-8.33334%) ⬇️
...om/tencent/trpc/core/worker/WorkerPoolManager.java 85.41667% <100.00000%> (+0.31028%) ⬆️
...c/core/worker/support/thread/ThreadWorkerPool.java 61.16505% <100.00000%> (+0.38074%) ⬆️
.../transport/http/support/jetty/JettyHttpServer.java 86.00000% <100.00000%> (ø)

... and 13 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.