Crate times

Source
Expand description

Benchmark for timing algorithms

Functionsยง

bench
Tests of listed closures that take no or constant arguments, named in names repeats runs of each closure.
benchf64
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
benchu8
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
benchu16
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
benchu64
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
benchvvf64
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
benchvvu8
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
benchvvu16
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
benchvvu64
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
mutbenchf64
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
mutbenchu8
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
mutbenchu16
Tests of listed closures, named in names, on random data vectors of type specified by rn and lengths of increasing magnitudes in multiples of 10, e.g. 10,100,1000
repeats runs of each closure for each magnitude
mutbenchu64
Tests of listed closures, named in names, on random data vectors of type specified by rn.
Lengths range is iterated over by step.
repeats runs of each closure for each length of data