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 afa3d55 commit c99bf5bCopy full SHA for c99bf5b
extensions/ql-vscode/src/view/compare-performance/ComparePerformance.tsx
@@ -574,7 +574,7 @@ function ComparePerformanceWithData(props: {
574
return (
575
<>
576
<ViewTitle>Performance comparison</ViewTitle>
577
- {hasCacheHitMismatch.current && (
+ {comparison && hasCacheHitMismatch.current && (
578
<WarningBox>
579
<strong>Inconsistent cache hits</strong>
580
<br />
0 commit comments