Initializer
init(id:displayName:value:)
Creates a new metric to represent gathered measurements.
init(id: String, displayName: String, value: BenchmarkResults.Metric.Value)
Parameters
idThe ID for this gathered metric.
displayNameThe name that describe this gathered metric.
valueThe gathered value for this metric.