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

BuildBox.Benchmark.Pretty

Description

Pretty printing benchmark results.

Synopsis

Documentation

pprBenchResultAspectHeader :: DocSource

Header to use when pretty printing benchmark results.

pprBenchResultAspectSource

Arguments

:: TimeAspect

Aspect of the result to print.

-> Maybe BenchResult

Optional prior result for comparison.

-> BenchResult

The result to print.

-> Maybe Doc 

Pretty print an aspect of a benchmark result. If the given aspect does not exist in the result then Nothing.