BenchmarkHistograms.NBINSConstant
const NBINS = Ref(0)

Controls the number of histogram bins used. When NBINS[] <= 0, the number is chosen automatically by Sturge's rule (i.e. log2(length(data))+1).

BenchmarkHistograms.OUTLIER_QUANTILEConstant
OUTLIER_QUANTILE = Ref(0.999)

Controls which benchmarking times count as outliers and may be grouped into a single bin. Set OUTLIER_QUANTILE[] = 1.0 to avoid this behavior.