-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
type/featSuggests new features.Suggests new features.
Description
Problem
Surface the action cache hit rate, in particular if remote caching is used.
Suggested solution
The following events may help detect these:
- no cache hit:
check cache hit(categoryremote action cache check) within eventActionContinuation.execute(categorygeneral information), thereafter execution- remote execution: potentially
upload missing inputs(categoryRemote execution upload time) followed byexecute remotely(categoryremote action execution) - remote cache only: TODO
- disk cache: not included in profile?
- remote execution: potentially
- cache hit:
check cache hitwithin eventActionContinuation.execute, no execution thereafter
DataProvider to provide rate and/or absolute numbers (cache checks, successful cache checks)
SuggestionProvider to suggest strategies to increase the cache hit rate, e.g. --incompatible_strict_action_env
Metadata
Metadata
Assignees
Labels
type/featSuggests new features.Suggests new features.