CurryInfo: benchmark-papers-3.0.0 / Test.Benchmark.execBench

definition: Info
 
execBench :: Benchmark a -> IO a
execBench (BM pre post action) = do
  pre
  result <- action
  post
  return result
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Executes a benchmark and returns the benchmark results.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({BM}) |-> _}
name: Info
 execBench
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Benchmark a -> Prelude.IO a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms