Performance measurement framework.

This needs to be better documented.

The performance measurement framework is written as an extension to the unit test framework. This means that measurements are run as JUnit tests, and results are obtained through JUnit TestListener by looking for {@link PerformanceTest.ConfigTest}.