Skip to content

Commit

Permalink
fix-test
Browse files Browse the repository at this point in the history
  • Loading branch information
wshwsh12 committed Nov 29, 2022
1 parent f010542 commit 35bbb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/execdetails/execdetails.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ func (e *basicCopRuntimeStats) Merge(rs RuntimeStats) {
} else {
e.procTimes = append(e.procTimes, time.Duration(tmp.consume))
}
e.tiflashScanContext.Merge(tmp.tiflashScanContext)
}

// Tp implements the RuntimeStats interface.
Expand Down

0 comments on commit 35bbb14

Please sign in to comment.