buildbox-1.3.0.0: Rehackable components for writing buildbots and test harnesses.

BuildBox.Reports.BenchResult

Synopsis

Documentation

reportBenchResults :: Maybe Double -> [BenchResult StatsComparison] -> DocSource

Produce a human readable report of benchmark results.

If you only want the results within a fractional swing from the baseline then pass something like (Just 0.1) as the first parameter for a 10% swing, otherwise all results are printed.