File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
extensions/ql-vscode/src/log-insights Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments