Test.t
are benchmarked by calls to bench.
Creates a simple benchmark. Here the benchmark may return some 'a
which is then
ignored. One should be careful when putting calls to ignore
in benchmarks because
OCaml versions 4.02 onwards can optimize away some ignored computations.
Creates a group of benchmarks indexed by a size. Also see comment on create
about the 'a
below.