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 

newtype RandomSeed Source #

Random seed used for generation of the test data

Constructors

RandomSeed Int