Description
Firstly, all the JUnit tests marked with the category:
@Category(PerformanceTests.class)
should all be ported over to the log4j-perf module. The tests marked with this category generally only output performance benchmark data and don't perform any actual unit testing of their own. Now that we have several examples of how to use JMH, it would be a good idea to clean up our unit tests as such. This way, we don't have to waste time in the build performing benchmark tests that aren't even verified in any way.