Closed dshulyak closed 1 month ago
Attention: Patch coverage is 72.50000%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 81.7%. Comparing base (
87893ee
) to head (d71bc8d
). Report is 2 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
activation/poetdb.go | 66.6% | 10 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@poszu updated with singleflight just in case, could you please check again?
bors try
bors merge
followup for https://github.com/spacemeshos/go-spacemesh/pull/6326
in current code poet proofs are fetched for every atx submitted to the node, they are relatively large (140KB) and account for sizeable chunk of all reads executed on the atx handler codepath (25%).
they are also a perfect case for lru caching, they are mostly reused and replaced from epoch to epoch.
basic stats in recent epochs.