vector-0.13.2.0: Efficient Arrays
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bench.Vector.Tasty

Description

Tasty integration for vector benchmarks.

Synopsis

Documentation

newtype VectorSize #

Size of vector used in benchmarks

Constructors

VectorSize Int 

newtype RandomSeed #

Random seed used for generation of the test data

Constructors

RandomSeed Int