You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include number of evicted entries when explicitly evicting
Update the implementation of `ghasum cache` to output the number of
entries that were removed when evicting. This gives some indication of
how much work was done. This may help users understand if future ghasum
operations will take more time because of cache misses as well as how
much disk space might have been saved.
This information is not outputted when other commands evict (by default)
in the background. This is because I believe it would be too noisy and
not as helpful in that context (e.g. the first benefit listed above does
not really apply). This is, however, open for debate, and I can see a
verbose mode or similar where this info would probably be included in
the output.
0 commit comments