Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Tasty integration for vector benchmarks.
Synopsis
- newtype VectorSize = VectorSize Int
- newtype RandomSeed = RandomSeed Int
Documentation
newtype VectorSize Source #
Size of vector used in benchmarks
Instances
IsOption VectorSize Source # | |
Defined in Bench.Vector.Tasty |
newtype RandomSeed Source #
Random seed used for generation of the test data
Instances
IsOption RandomSeed Source # | |
Defined in Bench.Vector.Tasty |