Is there any environment for writing automatic performance tests on the JVM?
I would like to set some performance targets and turn on a red light (or rather print a red console message) every time the performance is below the target.
I have some tests written with Calliper that I run manually, however I would like the set of performance tests to run automatically, as well as for unit testing.
No databases or web server.
source
share