perf(state-transition): reduce amount of withdrawals processed #2110
Codecov / codecov/project
succeeded
Nov 4, 2024 in 0s
26.41% (target 0.00%)
View this Pull Request on Codecov
26.41% (target 0.00%)
Details
Codecov Report
Attention: Patch coverage is 24.00000%
with 19 lines
in your changes missing coverage. Please review.
Project coverage is 26.41%. Comparing base (
d66b298
) to head (d8a267e
).
Files with missing lines | Patch % | Lines |
---|---|---|
mod/state-transition/pkg/core/state/statedb.go | 5.26% | 18 Missing |
testing/e2e/config/config.go | 0.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## state-transition-add-UTs #2110 +/- ##
============================================================
+ Coverage 24.82% 26.41% +1.59%
============================================================
Files 357 357
Lines 16071 16075 +4
Branches 12 12
============================================================
+ Hits 3990 4247 +257
+ Misses 11886 11560 -326
- Partials 195 268 +73
Files with missing lines | Coverage Δ | |
---|---|---|
mod/consensus-types/pkg/types/payload.go | 92.07% <100.00%> (+0.10%) |
⬆️ |
testing/e2e/config/config.go | 0.00% <0.00%> (ø) |
|
mod/state-transition/pkg/core/state/statedb.go | 43.63% <5.26%> (+35.03%) |
⬆️ |
Loading