JMH support for JVM languages
Aleksey Shipilev
aleksey.shipilev at oracle.com
Thu Apr 3 10:20:24 UTC 2014
On 04/03/2014 01:41 AM, Aggelos Biboudis wrote:
> Thanks!
>
> A small quirk that I noticed is that in my project hierarchy:
> +project/
> |----- java/
> |----- scala/
>
> if I fire up mvn from the top level directory project/ for the java
> project it works:
That's because the paths in your benchmark POM are relative to project
root. As the return favor for using JMH, you are welcome to provide the
patch for our archetypes, namely this file:
http://hg.openjdk.java.net/code-tools/jmh/file/tip/jmh-archetypes/jmh-scala-benchmark-archetype/src/main/resources/archetype-resources/pom.xml
-Aleksey.
More information about the jmh-dev
mailing list