mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Implement proc accumulating duct #66

Closed mmore500 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will decrease coverage by 0.56%. The diff coverage is 34.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   49.18%   48.62%   -0.57%     
==========================================
  Files         174      188      +14     
  Lines        5985     6307     +322     
==========================================
+ Hits         2944     3067     +123     
- Misses       3041     3240     +199     
Impacted Files Coverage Δ
...t/conduit/proc/inlet/put=dropping/RingRputDuct.hpp 34.48% <0.00%> (-0.41%) :arrow_down:
...t/conduit/proc/inlet/put=growing/DequeRputDuct.hpp 0.00% <0.00%> (ø)
...proc/outlet/accumulating/WithdrawingWindowDuct.hpp 0.00% <0.00%> (ø)
include/uit/distributed/RdmaWindow.hpp 8.23% <0.00%> (-3.94%) :arrow_down:
include/uit/distributed/RdmaWindowManager.hpp 34.83% <4.00%> (+4.13%) :arrow_up:
include/uit/distributed/mpi_types.hpp 13.79% <13.79%> (ø)
...onduit/proc/inlet/accumulating/RaccumulateDuct.hpp 34.04% <34.04%> (ø)
include/uit/distributed/RdmaAccumulatorPacket.hpp 40.00% <40.00%> (ø)
...conduit/proc/inlet/accumulating/AccumulateDuct.hpp 41.02% <41.02%> (ø)
include/uit/utility/NamedArrayElement.hpp 66.66% <66.66%> (ø)
... and 36 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 96cde3b...fad0fd3. Read the comment docs.