-
Notifications
You must be signed in to change notification settings - Fork 552
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
The "cache read miss" is now the compiler step. Make it more explicit #1527
Conversation
Codecov ReportBase: 30.58% // Head: 30.41% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1527 +/- ##
==========================================
- Coverage 30.58% 30.41% -0.17%
==========================================
Files 48 48
Lines 16704 16704
Branches 7935 7931 -4
==========================================
- Hits 5109 5081 -28
- Misses 6206 6208 +2
- Partials 5389 5415 +26
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Others LGTM
@@ -784,7 +784,7 @@ pub enum CompileResult { | |||
CacheMiss( | |||
MissType, | |||
DistType, | |||
Duration, | |||
Duration, // Compilation time |
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.
Maybe use BoxFuture?
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.
sorry but why ? :)
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.
Oh, no strong reasons, just to avoid repeating Pin Box things 🤣
I think we should split the item into |
what do you mean? it is what we have currently |
I misinterpreted the changeset, if it's only compilation I'd name it as such |
Good point, fixed
It is free and interesting to see how long a user can save. And it is better to have it than not. |
We are getting:
was: