feat: driver DataCache

This commit is contained in:
lilong.129
2024-09-02 00:18:07 +08:00
parent f1e4caeef8
commit 5f61858b4d
4 changed files with 42 additions and 41 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ func (dExt *DriverExt) CollectEndToEndDelay(options ...ActionOption) {
endToEndDelay.Start()
dExt.cacheStepData.e2eDelay = endToEndDelay.Timelines
dExt.DataCache.e2eDelay = endToEndDelay.Timelines
}
func (ete *EndToEndDelay) getCurrentLiveTime(utcTime time.Time) error {