-
Notifications
You must be signed in to change notification settings - Fork 13
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
A new PR with the same caching work applied to the new de-umbrella #1856
Conversation
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.
Assorted commentary!
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.
- Am deploying to dev-blue just to see what'll happen :D
- I do miss the granularity of the logs we had with
RepoCache
; as far as I can tell the stats reported are just for the whole cache and there's no way to figure out stats by function/key? I wonder what can be possible there.
I can't think of any actionable insight we would gain by looking at the cache hits on a per-function basis. Cache performance is pretty easy to reason about from a theoretical level. |
No description provided.