values constant

All of the computed vales for each BenchmarkMetric.

Implementation

static const List<BenchmarkMetricComputation> values =
    <BenchmarkMetricComputation>[
  average,
  outlierAverage,
  outlierRatio,
  noise,
  p50,
  p90,
  p95,
];