This commit is contained in:
Christoph Kluge
2025-02-26 15:21:00 +01:00
2 changed files with 18 additions and 0 deletions

View File

@@ -170,6 +170,9 @@ func LoadData(job *schema.Job,
jd.AddNodeScope("mem_bw")
}
// Round Resulting Stat Values
jd.RoundMetricStats()
return jd, ttl, size
})