go-spacemesh icon indicating copy to clipboard operation
go-spacemesh copied to clipboard

add a simple tool to see inclusion stats

Open dshulyak opened this issue 1 year ago • 1 comments

/build/inclusion -from 35000 -to 35116 -db /home/dd/spacemesh/state.sql from = 35000 to = 35116 average inclusion 0.954715

./build/inclusion -from 35117 -to 35207 -db /home/dd/spacemesh/state.sql from = 35117 to = 35207 average inclusion 0.989245

./build/inclusion -from 30000 -to 35116 -db /home/dd/spacemesh/state.sql from = 30000 to = 35116 average inclusion 0.982184

dshulyak avatar Nov 13 '23 14:11 dshulyak

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.8%. Comparing base (4405b37) to head (9d35099).

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #5258   +/-   ##
=======================================
  Coverage     79.8%   79.8%           
=======================================
  Files          279     279           
  Lines        28326   28326           
=======================================
+ Hits         22618   22628   +10     
+ Misses        4144    4137    -7     
+ Partials      1564    1561    -3     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Nov 13 '23 14:11 codecov[bot]