We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9ffb5 commit b0ab826Copy full SHA for b0ab826
cachelib/cachebench/cache/CacheStats.h
@@ -130,7 +130,7 @@ struct Stats {
130
131
out << folly::sformat("Background Tier 0 Total Classes Searched : {:,}", numBackgroundEvictorClasses) << std::endl;
132
133
- if (numCacheGets > 0) {
+ if (numCacheGets >= 0) {
134
out << folly::sformat("Cache Gets : {:,}", numCacheGets) << std::endl;
135
out << folly::sformat("Hit Ratio : {:6.2f}%", overallHitRatio)
136
<< std::endl;
0 commit comments