type DataItem … type PerfData … func main() { … } func run() error { … } func appendIfMeasured(items []DataItem, benchmark *benchparse.Benchmark, metricType int, metricName string, unit string, value float64) []DataItem { … }
type DataItem … type PerfData … func main() { … } func run() error { … } func appendIfMeasured(items []DataItem, benchmark *benchparse.Benchmark, metricType int, metricName string, unit string, value float64) []DataItem { … }