mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 08:19:45 +08:00
fix: step duration equals to action sum
This commit is contained in:
@@ -781,7 +781,6 @@ func (dExt *DriverExt) DoAction(action MobileAction) (err error) {
|
||||
CollectEndToEndDelay(dExt, action.GetOptions()...)
|
||||
return nil
|
||||
case ACTION_CallFunction:
|
||||
log.Info().Interface("name", action.Params).Msg("call function")
|
||||
fn := action.Fn
|
||||
fn()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user