-
Notifications
You must be signed in to change notification settings - Fork 86
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
CBOR mini-protocols codecs benchmarks #4798
Conversation
d3cd6e7
to
e9489bd
Compare
The CI broke on
It's not something I've seen before, have you? |
I haven't seen it happen before, no. I don't think this PR makes any related changes |
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.
Thanks @bolt12. A few minor comments.
e9489bd
to
e88d32b
Compare
e88d32b
to
8a48292
Compare
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.
LGTM
Description
Added mini protocols codec benchmarks. The idea is then to have CI running these benchmarks on different GHC versions and machines and compare them to a baseline result, failing if a regression is found.
Closes #4709