-
Notifications
You must be signed in to change notification settings - Fork 212
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
[Merged by Bors] - Speed up ATX cache warmup #6241
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6241 +/- ##
=======================================
Coverage 82.1% 82.1%
=======================================
Files 308 308
Lines 34123 34138 +15
=======================================
+ Hits 28026 28043 +17
+ Misses 4321 4319 -2
Partials 1776 1776 ☔ View full report in Codecov by Sentry. |
) | ||
if err != nil { | ||
return err | ||
{ |
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.
Why these braces?
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.
To add scope for local variables
bors merge |
## Motivation Speeding up the in-memory ATX cache warmup that is especially slow on HDDs. Co-authored-by: Jedrzej Nowak <pigmej@gmail.com>
Build failed: |
bors merge |
## Motivation Speeding up the in-memory ATX cache warmup that is especially slow on HDDs. Co-authored-by: Jedrzej Nowak <pigmej@gmail.com>
Build failed: |
bors merge |
## Motivation Speeding up the in-memory ATX cache warmup that is especially slow on HDDs. Co-authored-by: Jedrzej Nowak <pigmej@gmail.com>
Pull request successfully merged into develop. Build succeeded:
|
## Motivation Speeding up the in-memory ATX cache warmup that is especially slow on HDDs. Co-authored-by: Jedrzej Nowak <pigmej@gmail.com>
* Speed up ATX cache warmup (#6241) ## Motivation Speeding up the in-memory ATX cache warmup that is especially slow on HDDs. Co-authored-by: Jedrzej Nowak <pigmej@gmail.com> * Update CHANGELOG * Fix compiler error --------- Co-authored-by: Bartosz Różański <bartek.roza@gmail.com> Co-authored-by: Jedrzej Nowak <pigmej@gmail.com>
Motivation
Speeding up the in-memory ATX cache warmup that is especially slow on HDDs.
Description
Test Plan
Existing tests pass
TODO