Skip to content

Use Enhanced Thread Pool in Router - #310

Open
jparisu wants to merge 5 commits into
mainfrom
feature/new-thread-pool-impl
Open

Use Enhanced Thread Pool in Router#310
jparisu wants to merge 5 commits into
mainfrom
feature/new-thread-pool-impl

Conversation

@jparisu

@jparisujparisu commented Sep 21, 2022

Copy link
Copy Markdown
Contributor

It requires #304

jparisu added 5 commits September 20, 2022 16:07
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
@jparisu
jparisu temporarily deployed to codecov September 21, 2022 06:16 Inactive
@jparisu
jparisu temporarily deployed to codecov September 21, 2022 06:16 Inactive
@codecov

codecovBot commented Sep 21, 2022

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 60.50955% with 62 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.95%. Comparing base (3a215f6) to head (51fbe36).
⚠️ Report is 128 commits behind head on main.

Files with missing linesPatch %Lines
...outer_core/src/cpp/communication/rpc/RPCBridge.cpp0.00%17 Missing ⚠️
...ter_utils/src/cpp/thread/manager/StdThreadPool.cpp52.77%1 Missing and 16 partials ⚠️
...uter_utils/src/cpp/thread/manager/AsyncManager.cpp50.00%0 Missing and 10 partials ⚠️
ddsrouter_core/src/cpp/core/DDSRouterImpl.cpp33.33%1 Missing and 3 partials ⚠️
ddsrouter_utils/src/cpp/math/math.cpp88.46%0 Missing and 3 partials ⚠️
...r_utils/thread/connector/impl/OneShotConnector.ipp71.42%0 Missing and 2 partials ⚠️
.../ddsrouter_utils/wait/impl/ConsumerWaitHandler.ipp0.00%2 Missing ⚠️
...router_utils/src/cpp/thread/task/ReferenceTask.cpp66.66%1 Missing and 1 partial ⚠️
...uter_utils/thread/connector/impl/SlotConnector.ipp90.00%0 Missing and 1 partial ⚠️
...lude/ddsrouter_utils/thread/task/ArgsOwnedTask.hpp50.00%0 Missing and 1 partial ⚠️
... and 3 more
Additional details and impacted files
@@ Coverage Diff @@## main #310 +/- ##
==========================================
- Coverage 53.19% 52.95% -0.25% 
==========================================
Files 104 119 +15 Lines 3848 3975 +127 Branches 1413 1468 +55 ==========================================
+ Hits 2047 2105 +58 - Misses 998 1048 +50 - Partials 803 822 +19 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@jparisujparisu changed the title Use Enchanced Thread Pool in RouterUse Enhanced Thread Pool in RouterSep 21, 2022
@jparisu
jparisu temporarily deployed to codecov September 21, 2022 07:33 Inactive
@jparisu
jparisu temporarily deployed to codecov September 21, 2022 07:33 Inactive
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jparisu