perftence
A fluent language to write perftences
Performance test engine written in Java and exposed as a fluent API for writing JUnit tests.
Perftence can also be used without JUnit by using perftence-api distribution package.
Full test results are provided in html, which can published directly with different CI's (e.g. Jenkins/Hudson).
Runtime test statistics are also provided through logging (e.g. using slf4j-log4j and log4j).
Pertence tool can also be used for finding out threading issues. Just write a test that uses...