We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0046b4c + 5b3b4de commit 0d2844fCopy full SHA for 0d2844f
test/integration/scheduler_perf/util.go
@@ -243,9 +243,7 @@ func (tc *throughputCollector) collect() []DataItem {
243
sum += tc.schedulingThroughputs[i]
244
}
245
246
- throughputSummary.Labels = map[string]string{
247
- "Metric": "SchedulingThroughput",
248
- }
+ throughputSummary.Labels["Metric"] = "SchedulingThroughput"
249
throughputSummary.Data = map[string]float64{
250
"Average": sum / float64(length),
251
"Perc50": tc.schedulingThroughputs[int(math.Ceil(float64(length*50)/100))-1],
0 commit comments