values constant
The percentile BenchmarkMetricComputations computed for each benchmark metric.
Implementation
static const List<PercentileMetricComputation> values =
<PercentileMetricComputation>[
BenchmarkMetricComputation.p50,
BenchmarkMetricComputation.p90,
BenchmarkMetricComputation.p95,
];