Sanity check to prevent performance regression (#3171)

Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
Zhiqiang Xie
2025-01-27 12:28:17 -08:00
committed by GitHub
co-authored by Lianmin Zheng
parent cf142b6eb8
commit 08104b56de
5 changed files with 60 additions and 4 deletions
@@ -85,3 +85,6 @@ class ChunkCache(BasePrefixCache):
def evictable_size(self):
return 0
def protected_size(self):
return 0