Benchmark
can be used to quickly turn an existing class into a
benchmark.
Classes inheriting trait Show
can test their member methods using the
notation meth(arg1, ..., argn)
, where meth
is the name of
the method and arg1,...,argn
are the arguments.