chore(parser/resultdetail): RunTime -> Clock Time
This commit is contained in:
parent
be7ed98c1b
commit
91a51cb84e
|
@ -37,7 +37,7 @@ func (*ResultDetail) Run(results []stage.ExecutorResult, confAny any) (
|
|||
float64(result.Memory)/(1024*1024))
|
||||
}
|
||||
if conf.ShowRunTime {
|
||||
comment += fmt.Sprintf("RunTime: `%d ms`\n", result.RunTime/1e6)
|
||||
comment += fmt.Sprintf("Clock Time: `%d ms`\n", result.RunTime/1e6)
|
||||
}
|
||||
if conf.ShowProcPeak {
|
||||
comment += fmt.Sprintf("ProcPeak: `%d`\n", result.ProcPeak)
|
||||
|
|
Loading…
Reference in New Issue
Block a user