vector-0.13.2.0: Efficient Arrays
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bench.Vector.Tasty

Description

Tasty integration for vector benchmarks.

Synopsis

Documentation

newtype VectorSize Source #

Size of vector used in benchmarks

Constructors

VectorSize Int 

Instances

Instances details
IsOption VectorSize Source # 
Instance details

Defined in Bench.Vector.Tasty

newtype RandomSeed Source #

Random seed used for generation of the test data

Constructors

RandomSeed Int 

Instances

Instances details
IsOption RandomSeed Source # 
Instance details

Defined in Bench.Vector.Tasty