basiliscos / cpp-rotor

Event loop friendly C++ actor micro-framework, supervisable
MIT License
344 stars 33 forks source link

Improve performance of thread-based supervisor #32

Closed basiliscos closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (e1cb5ad) into master (d807243) will decrease coverage by 0.25%. The diff coverage is 94.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   99.76%   99.51%   -0.26%     
==========================================
  Files          70       69       -1     
  Lines        2170     2261      +91     
==========================================
+ Hits         2165     2250      +85     
- Misses          5       11       +6     
Impacted Files Coverage Δ
include/rotor/asio/supervisor_asio.h 100.00% <ø> (ø)
include/rotor/ev/supervisor_config_ev.h 100.00% <ø> (ø)
include/rotor/ev/supervisor_ev.h 100.00% <ø> (ø)
include/rotor/extended_error.h 100.00% <ø> (ø)
include/rotor/supervisor_config.h 100.00% <ø> (ø)
include/rotor/system_context.h 100.00% <ø> (ø)
src/rotor/system_context.cpp 50.00% <0.00%> (-16.67%) :arrow_down:
src/rotor/extended_error.cpp 93.75% <87.50%> (-6.25%) :arrow_down:
src/rotor/thread/system_context_thread.cpp 97.10% <92.59%> (-2.90%) :arrow_down:
include/rotor/supervisor.h 100.00% <100.00%> (ø)
... and 8 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 d807243...e1cb5ad. Read the comment docs.