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 {
124
124
case "COMPUTED_EXTENSIONAL" : {
125
125
if ( predicateName . startsWith ( "cached_" ) ) {
126
126
// 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
128
128
// we're adding here is needed in order to associate the original predicate with such a cache hit.
129
129
const originalName = predicateName . substring ( "cached_" . length ) ;
130
130
const originalIndex = this . nameToIndex . get ( originalName ) ;
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ class ComparisonDataset {
159
159
const name = other . data . names [ otherCacheHit ] ;
160
160
const ownIndex = this . nameToIndex . get ( name ) ;
161
161
if ( ownIndex != null ) {
162
- visit ( ownIndex , this . data . raHashes [ ownIndex ] ) ;
162
+ visit ( ownIndex , raHashes [ ownIndex ] ) ;
163
163
}
164
164
}
165
165
}
You can’t perform that action at this time.
0 commit comments