-
Notifications
You must be signed in to change notification settings - Fork 722
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
workbench: analysis updates #4936
Conversation
deepfire
commented
Mar 4, 2023
- locli: cumulative announce metric, forger-side
- locli: earliest fetch metric
- locli: nomenclature improvements
- locli: allow diff-friendly output, by omitting processing/version timestamps
- locli: don't tag a past slot with a belated block number -- looks confusing (while technically correct)
- locli: fix the first-peer-notice metric to truly compute the earliest value, instead of being an average
- workbench: small fixes & quality-of-life improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks great!
82e81df
to
892ee7e
Compare
bors r+ |
4936: workbench: analysis updates r=deepfire a=deepfire 1. locli: cumulative announce metric, forger-side 1. locli: earliest fetch metric 1. locli: nomenclature improvements 1. locli: allow diff-friendly output, by omitting processing/version timestamps 1. locli: don't tag a past slot with a belated block number -- looks confusing (while technically correct) 1. locli: fix the first-peer-notice metric to truly compute the earliest value, instead of being an average 1. workbench: small fixes & quality-of-life improvements Co-authored-by: Kosyrev Serge <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Required status check \"build-complete\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need a rebase I believe, to actually pass all the checks, and get the required checks sorted for the branch protection.
@@ -1,7 +1,6 @@ | |||
{-# LANGUAGE StrictData #-} | |||
|
|||
{-# LANGUAGE MultiWayIf #-} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱