outlierAverage property

double outlierAverage
final

The average of outlier samples.

This value can be used to judge how badly we jank, when we jank.

Another useful metrics is the difference between outlierAverage and average. The smaller the value the more predictable is the performance of the corresponding benchmark.

Implementation

final double outlierAverage;