Skip to content

Commit

Permalink
elapsed time retrieved from profile json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur1 committed Nov 23, 2023
1 parent 37fe656 commit 7e35375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scenariotest/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (r *Runner) Run(ctx context.Context) (*Result, error) {

result := &Result{
Err: err,
ElapsedTime: res.Elapsed,
ElapsedTime: profile.Elapsed,
Description: res.Desc,
Timestamp: profile.StartedAt,
}
Expand Down

0 comments on commit 7e35375

Please sign in to comment.