add labels to perf dataset

This commit is contained in:
Zhou Fang
2016-08-18 14:09:31 -07:00
parent f82746e038
commit 58495b5214
5 changed files with 29 additions and 44 deletions

View File

@@ -241,7 +241,7 @@ type densityTest struct {
}
func (dt *densityTest) getTestName() string {
return fmt.Sprintf("create_%s_%d_%d_%d", dt.createMethod, dt.podsNr, dt.bgPodsNr, dt.interval.Nanoseconds()/1000000)
return fmt.Sprintf("density_create_%s_%d_%d_%d", dt.createMethod, dt.podsNr, dt.bgPodsNr, dt.interval.Nanoseconds()/1000000)
}
// runDensityBatchTest runs the density batch pod creation test