Skip to content

Commit 370b17c

Browse files
committed
Remove TODOs
1 parent 37dcd08 commit 370b17c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/ql-vscode/src/log-insights/performance-comparison.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ export interface PerformanceComparisonDataFromLog {
5151

5252
/**
5353
* All the pipeline runs seen for the `i`th predicate from the `names` array.
54-
*
55-
* TODO: replace with more compact representation
5654
*/
5755
pipelineSummaryList: Array<Record<string, PipelineSummary>>;
5856
}
@@ -161,7 +159,6 @@ export class PerformanceOverviewScanner implements EvaluationLogScanner {
161159
});
162160
const { counts: totalTuplesPerStep } = pipelineSummary;
163161
for (let i = 0, length = counts.length; i < length; ++i) {
164-
// TODO: possibly exclude unions here
165162
const count = counts[i];
166163
if (count < 0) {
167164
// Empty RA lines have a tuple count of -1. Do not count them when aggregating.

0 commit comments

Comments
 (0)