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