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 f09210b commit 37dcd08Copy full SHA for 37dcd08
extensions/ql-vscode/src/log-insights/performance-comparison.ts
@@ -41,8 +41,6 @@ export interface PerformanceComparisonDataFromLog {
41
42
/**
43
* List of indices into the `names` array for which we have seen a cache hit.
44
- *
45
- * TODO: only count cache hits prior to first evaluation?
46
*/
47
cacheHitIndices: number[];
48
0 commit comments