-
Notifications
You must be signed in to change notification settings - Fork 407
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
Improve OP_MSG
validity checks
#4135
Conversation
"time" | ||
|
||
fakerlib "github.com/jaswdr/faker" |
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.
That library uses a ton of memory allocations. It dominates everything else in the benchmark's memory profile. And we don't need many features from it.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4135 +/- ##
==========================================
- Coverage 74.91% 74.21% -0.71%
==========================================
Files 352 353 +1
Lines 22579 22606 +27
==========================================
- Hits 16916 16776 -140
- Misses 4392 4565 +173
+ Partials 1271 1265 -6
... and 21 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description
Plus, various small improvements.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.