Merge pull request #334 from ClusterCockpit/add_statsRounding_dataLoader

Add stats rounding data loader
This commit is contained in:
Jan Eitzinger
2025-02-25 13:07:03 +01:00
committed by GitHub
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
})