We are trying to find out which are the best ways for us to create performance unit tests directly to our already existing test cases. Have anyone have a good way to do that (we are looking at junitperf performance unit testing framework) but we are not sure how to integrate with maven pom.xml so that we can just run "mvn test"?
Thanks dev
