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
Fix: Update caching stats conditions to include zero differences
Previously, the statistics were only updated if the differences were greater than zero. This commit changes the conditions to include differences equal to zero, ensuring that all conditions of misses, hits, and timeouts are accurately represented in the statistics. This will provide a more comprehensive view of the system's caching performance.
Signed-off-by: Christian Roessner <[email protected]>
0 commit comments