flow-go
flow-go copied to clipboard
[Metrics] Adding metrics interface for block computation effort vector
As the first step for #3312 - now we add metrics interface for the new unweighted computation effort of each block.
Codecov Report
Merging #3388 (8732815) into master (95612b3) will decrease coverage by
0.00%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #3388 +/- ##
==========================================
- Coverage 55.48% 55.48% -0.01%
==========================================
Files 751 751
Lines 68231 68231
==========================================
- Hits 37860 37856 -4
- Misses 27301 27305 +4
Partials 3070 3070
Flag | Coverage Δ | |
---|---|---|
unittests | 55.48% <ø> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
...sus/approvals/assignment_collector_statemachine.go | 42.75% <0.00%> (-5.80%) |
:arrow_down: |
network/p2p/connection/peerManager.go | 87.83% <0.00%> (-2.71%) |
:arrow_down: |
engine/consensus/compliance/core.go | 74.30% <0.00%> (ø) |
|
fvm/environment/contract_updater.go | 66.88% <0.00%> (ø) |
|
insecure/corruptnet/network.go | 58.80% <0.00%> (+0.59%) |
:arrow_up: |
consensus/hotstuff/eventloop/event_loop.go | 76.19% <0.00%> (+1.36%) |
:arrow_up: |
insecure/orchestrator/mock_corrupt_network.go | 83.33% <0.00%> (+3.03%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
bors merge
bors retry
Build succeeded:
- Integration Tests (make -C integration access-tests)
- Integration Tests (make -C integration bft-tests)
- Integration Tests (make -C integration collection-tests)
- Integration Tests (make -C integration consensus-tests)
- Integration Tests (make -C integration epochs-tests)
- Integration Tests (make -C integration execution-tests)
- Integration Tests (make -C integration ghost-tests)
- Integration Tests (make -C integration mvp-tests)
- Integration Tests (make -C integration network-tests)
- Integration Tests (make -C integration verification-tests)
- Lint (./)
- Lint (./crypto/)
- Lint (./integration/)
- Unit Tests (access)
- Unit Tests (admin)
- Unit Tests (cmd)
- Unit Tests (consensus)
- Unit Tests (engine)
- Unit Tests (fvm)
- Unit Tests (ledger)
- Unit Tests (module)
- Unit Tests (network)
- Unit Tests (others)
- Unit Tests (utils)