-
Notifications
You must be signed in to change notification settings - Fork 720
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
CAD-792: bump monitoring for non-API-breaking efficiency improvements #831
Conversation
Nice. So this PR will need to wait for that PR to be merged to |
Yes, sorry, should have made this a draft PR. |
8bf8bf7
to
3e12e40
Compare
3e12e40
to
ad31048
Compare
bors merge |
831: CAD-792: bump monitoring for non-API-breaking efficiency improvements r=deepfire a=deepfire 1. The new `iohk-monitoring` preserves more laziness, see: input-output-hk/iohk-monitoring-framework#550 - The performance impact is described in CAD-792 -- roughly a 10% reduction in wallclock for a locally-served chainsync benchmark. 1. Some minor API sync. 1. More improvements coming soon in a subsequent PR.. API breaking, though. #### TODO - [x] merge input-output-hk/iohk-monitoring-framework#550 - This PR **does not result** in breaking changes to upstream dependencies. Checklist --------- - [ ] This PR contains all the work required to resolve the linked issue. - [ ] The work contained has sufficient documentation to describe what it does and how to do it. - [x] The work has sufficient tests and/or testing. - [x] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these. - [x] I have added the appropriate labels to this PR. Co-authored-by: Kosyrev Serge <[email protected]>
Canceled |
bors merge Had to push a fix for the CI failure -- the changes in strictness apparently exposed a latent bug fixed by the last commit, which was made obvious by the non-default configuration: |
Build succeeded |
The new
iohk-monitoring
preserves more laziness, see: CAD-792: non-API-breaking efficiency optimisations input-output-hk/iohk-monitoring-framework#550Some minor API sync.
More improvements coming soon in a subsequent PR.. API breaking, though.
TODO
merge CAD-792: non-API-breaking efficiency optimisations input-output-hk/iohk-monitoring-framework#550
This PR does not result in breaking changes to upstream dependencies.
Checklist
This PR contains all the work required to resolve the linked issue.
The work contained has sufficient documentation to describe what it does and how to do it.
The work has sufficient tests and/or testing.
I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.
I have added the appropriate labels to this PR.