Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data BenchmarkType Source #
The "benchmark-type" field in the benchmark stanza.
BenchmarkTypeExe Version |
"type: exitcode-stdio-x.y" |
BenchmarkTypeUnknown String Version |
Some unknown benchmark type e.g. "type: foo" |
Instances
knownBenchmarkTypes :: [ BenchmarkType ] Source #