Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- type RaazBench = (String, Benchmarkable)
- toBenchmarkable :: (Int64 -> IO ()) -> Benchmarkable
- nBytes :: BYTES Int
- nRuns :: Int64
- runRaazBench :: RaazBench -> IO Doc
- header :: Doc
Documentation
type RaazBench = (String, Benchmarkable) Source #
toBenchmarkable :: (Int64 -> IO ()) -> Benchmarkable #
Construct a Benchmarkable
value from an impure action, where the Int64
parameter indicates the number of times to run the action.