Expand description
Benchmark for timing algorithms
Functionsยง
- bench
- Tests of listed
closures
that take no or constant arguments, named innames
repeats
runs of each closure. - benchf64
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - benchu8
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - benchu16
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - benchu64
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - benchvvf64
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - benchvvu8
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - benchvvu16
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - benchvvu64
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - mutbenchf64
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - mutbenchu8
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - mutbenchu16
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
and lengths of increasingmagnitudes
in multiples of 10, e.g. 10,100,1000
repeats
runs of each closure for each magnitude - mutbenchu64
- Tests of listed
closures
, named innames
, on random data vectors of type specified byrn
.
Lengths range is iterated over by step.
repeats
runs of each closure for each length of data