Benchmarks are important if you have a performance critical application. Even if your application is not performance critical, a better performance is always nice to have. To check that your application works correctly unit tests with JUnit are the first choice in the Java world. So why don’t use unit tests to check our performance? […]