Skip to content

Commit

Permalink
Only warn about cache hits in comparison mode
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Nov 27, 2024
1 parent afa3d55 commit c99bf5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ function ComparePerformanceWithData(props: {
return (
<>
<ViewTitle>Performance comparison</ViewTitle>
{hasCacheHitMismatch.current && (
{comparison && hasCacheHitMismatch.current && (
<WarningBox>
<strong>Inconsistent cache hits</strong>
<br />
Expand Down

0 comments on commit c99bf5b

Please sign in to comment.