- reportBenchResults :: Maybe Double -> [BenchResult StatsComparison] -> Doc
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.