| I've migrated performance tests to JMH. Initially I wanted to move them to tests so they will run every build, but they take too much time to execute. So I've created an executable jar instead, because it seems that these performance tests run separately, correct ? |