File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export class PerformanceOverviewScanner implements EvaluationLogScanner {
124124 case "COMPUTED_EXTENSIONAL" : {
125125 if ( predicateName . startsWith ( "cached_" ) ) {
126126 // Add a dependency from a cached COMPUTED_EXTENSIONAL to the predicate with the actual contents.
127- // The raHash of the this event may appear in a CACHE_HIT events in the other event log. The dependency
127+ // The raHash of the this event may appear in a CACHE_HIT event in the other event log. The dependency
128128 // we're adding here is needed in order to associate the original predicate with such a cache hit.
129129 const originalName = predicateName . substring ( "cached_" . length ) ;
130130 const originalIndex = this . nameToIndex . get ( originalName ) ;
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ class ComparisonDataset {
159159 const name = other . data . names [ otherCacheHit ] ;
160160 const ownIndex = this . nameToIndex . get ( name ) ;
161161 if ( ownIndex != null ) {
162- visit ( ownIndex , this . data . raHashes [ ownIndex ] ) ;
162+ visit ( ownIndex , raHashes [ ownIndex ] ) ;
163163 }
164164 }
165165 }
You can’t perform that action at this time.
0 commit comments