Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stats: figure out how many blocks they propose #2693

Merged
merged 3 commits into from
Feb 19, 2020
Merged

Conversation

pro-wh
Copy link
Contributor

@pro-wh pro-wh commented Feb 18, 2020

sample output:

$ ./go/extra/stats/stats entity-signatures --address unix:../testnet/quest-c/serverdir/node/internal.sock --start-block 0 --end-block 100 --top-n 100
|Rank |Entity ID                                                       |Nodes |Signatures| Proposals|
-----------------------------------------------------------------------------------------------------
|1    |p6UuBtDdJQNJl513U7caGqALObw5obOgpQ6dwpgnlpI=                    |     1|       100|         2|
|2    |rUywd4hma3h5cmKGkeYskIRAdrxqw6OBPi6JfuCOWHs=                    |     1|       100|         2|
|3    |eTpIJnjpMlm+qEgsW76eWYNxsh2xwLdlbIPXjXAoYTQ=                    |     1|       100|         2|
|4    |5s7OfLEjIrePZ35UnkwrPQ7YVyzd5HAiddbWZKYLo5w=                    |     1|       100|         2|
|5    |ot4uIdQrmBc2QsyEb0iBz6qCnCWenTVGNnSIL91kejE=                    |     1|       100|         3|
|6    |jYJJ7MIm3HUMIxdRLIIsaP/qB7T3PMZ7xoiT7BiFwzI=                    |     1|       100|         6|
|7    |fO4izgR+Ok4z1QJGKToAWG6a4BC4WCA+F9dU3PlafbQ=                    |     1|       100|         2|
|8    |/fgHhks5RMJ/W5ymnYCriSg73D+gkWFqH9CAfd1Xqo0=                    |     1|       100|         2|
|9    |N2xjsaubEThYSGPBka1HFW3Rv7PtYhzEFqqlGzyKIf8=                    |     1|       100|         2|
|10   |TYcIa2zx+Wx0Ut3kFnIFzHgxnWpkBlWt6YyCJLtx+N4=                    |     1|       100|         2|

@codecov
Copy link

codecov bot commented Feb 18, 2020

Codecov Report

Merging #2693 into master will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2693      +/-   ##
==========================================
+ Coverage   63.14%   63.27%   +0.12%     
==========================================
  Files         376      376              
  Lines       35324    35324              
==========================================
+ Hits        22307    22350      +43     
+ Misses      10222    10185      -37     
+ Partials     2795     2789       -6
Impacted Files Coverage Δ
go/worker/storage/service_external.go 47.31% <0%> (-6.46%) ⬇️
go/consensus/tendermint/roothash/roothash.go 68.91% <0%> (-2.63%) ⬇️
go/roothash/tests/tester.go 95.54% <0%> (-0.64%) ⬇️
go/consensus/tendermint/abci/mux.go 71.57% <0%> (-0.5%) ⬇️
go/worker/compute/executor/committee/node.go 65.15% <0%> (-0.2%) ⬇️
go/worker/compute/merge/committee/node.go 75.87% <0%> (ø) ⬆️
go/consensus/tendermint/tendermint.go 67.59% <0%> (+0.55%) ⬆️
go/storage/client/client.go 78.99% <0%> (+0.84%) ⬆️
go/runtime/transaction/transaction.go 78.31% <0%> (+1.2%) ⬆️
go/worker/storage/committee/checkpointer.go 68.14% <0%> (+1.76%) ⬆️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70b50f8...7762019. Read the comment docs.

.changelog/2693.feature.md Outdated Show resolved Hide resolved
Co-Authored-By: Jernej Kos <jernej@kos.mx>
@pro-wh pro-wh merged commit 8a75be1 into master Feb 19, 2020
@pro-wh pro-wh deleted the pro-wh/feature/propstat branch February 19, 2020 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants