filecoin-project / cpp-filecoin

C++17 implementation of Filecoin
https://filecoin.io/
GNU General Public License v3.0
126 stars 36 forks source link

Estimator #663

Closed ortyomka closed 2 years ago

ortyomka commented 2 years ago

Signed-off-by: ortyomka iurin.art@gmail.com

Description of the Change

Benefits

Possible Drawbacks

Usage Examples or Tests [optional]

Alternate Designs [optional]

codecov[bot] commented 2 years ago

Codecov Report

Merging #663 (18de39d) into master (3c5df2c) will decrease coverage by 0.00%. The diff coverage is 31.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #663      +/-   ##
==========================================
- Coverage   45.27%   45.26%   -0.01%     
==========================================
  Files         738      741       +3     
  Lines       33119    33191      +72     
  Branches    18393    18432      +39     
==========================================
+ Hits        14993    15024      +31     
- Misses      13743    13785      +42     
+ Partials     4383     4382       -1     
Impacted Files Coverage Δ
core/miner/main/main.cpp 0.00% <0.00%> (ø)
core/sector_storage/impl/scheduler_impl.hpp 100.00% <ø> (+8.33%) :arrow_up:
core/sector_storage/impl/worker_estimator_impl.cpp 0.00% <0.00%> (ø)
core/sector_storage/impl/worker_estimator_impl.hpp 0.00% <0.00%> (ø)
core/sector_storage/impl/scheduler_impl.cpp 72.24% <75.67%> (+2.86%) :arrow_up:
core/sector_storage/worker_estimator.hpp 100.00% <100.00%> (ø)
core/sector_storage/worker.hpp 50.00% <0.00%> (-12.50%) :arrow_down:
core/storage/ipld/cids_ipld.cpp 70.48% <0.00%> (-1.21%) :arrow_down:
core/crypto/blake2/blake2b160.cpp 81.60% <0.00%> (-1.15%) :arrow_down:
... and 6 more