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 message caching #105

Closed mmore500 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #105 into master will increase coverage by 7.76%. The diff coverage is 69.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   54.62%   62.38%   +7.76%     
==========================================
  Files         161      327     +166     
  Lines        5472    10509    +5037     
==========================================
+ Hits         2989     6556    +3567     
- Misses       2483     3953    +1470     
Impacted Files Coverage Δ
include/netuit/mesh/Mesh.hpp 83.00% <ø> (+4.00%) :arrow_up:
include/netuit/mesh/MeshNode.hpp 91.66% <ø> (+59.84%) :arrow_up:
include/netuit/mesh/MeshNodeInput.hpp 100.00% <ø> (ø)
include/netuit/mesh/MeshNodeOutput.hpp 100.00% <ø> (ø)
include/netuit/mesh/MeshTopology.hpp 93.47% <ø> (ø)
include/netuit/topology/DyadicTopologyFactory.hpp 96.15% <ø> (ø)
include/netuit/topology/LoopTopologyFactory.hpp 94.11% <ø> (ø)
include/netuit/topology/ProConTopologyFactory.hpp 96.00% <ø> (ø)
include/netuit/topology/RingTopologyFactory.hpp 98.63% <ø> (ø)
include/netuit/topology/TopoEdge.hpp 100.00% <ø> (ø)
... and 346 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 2b07a3e...e433f0c. Read the comment docs.

mmore500 commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 4

Clones added
============
- include/uit/spouts/wrappers/inlet/CachingInletWrapper.hpp  4
- tests/uit/spouts/wrappers/wrappers/CachingSpoutWrapper.cpp  6
- include/uit/spouts/Outlet.hpp  1
- include/uit/ducts/proc/impl/backend/impl/InletMemoryPool.hpp  1
- include/uit/spouts/Inlet.hpp  1
- include/uit/ducts/proc/impl/backend/impl/InletMemoryAccumulatingPool.hpp  1

Clones removed
==============
+ include/uit/ducts/proc/impl/inlet/templated/impl/BufferSpec.hpp  -1
+ include/uit/ducts/proc/impl/backend/impl/PoolSpec.hpp  -1

See the complete overview on Codacy