mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
fix: update StartTime to use UnixMilli for better precision across step functions
This commit is contained in:
@@ -54,7 +54,7 @@ func runStepFunction(r *SessionRunner, step IStep) (stepResult *StepResult, err
|
||||
StepType: step.Type(),
|
||||
Success: false,
|
||||
ContentSize: 0,
|
||||
StartTime: start.Unix(),
|
||||
StartTime: start.UnixMilli(),
|
||||
}
|
||||
defer func() {
|
||||
attachments := uixt.Attachments{}
|
||||
|
||||
Reference in New Issue
Block a user