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
block: hide cache hits/misses from the level checker
We introduce a "reason" for using a `BufferPool`. We use this reason
to determine what category to pass to the cache. We introduce a
special `CategoryHidden` which doesn't update any metrics; we use this
for the level checker. Since the level checker is a testing facility
only, it only adds noise to the metrics.
0 commit comments