Criterion.Main

How to write benchmarks

Benchmarking IO actions

Benchmarking pure code

Fully evaluating a result

Types

class Benchmarkable a

data Benchmark

data Pure

Constructing benchmarks

bench

bgroup

bcompare

nf

whnf

nfIO

whnfIO

Running benchmarks

defaultMain

defaultMainWith

Other useful code

defaultOptions

parseArgs