X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=benchmarks%2Fpom.xml;h=1d7a0c374b1b3bb3484a78ab0e28beddb1c2a819;hb=3b70ee51bc3fe0739a96577b8f72a1ad79393856;hp=e80bfee9f9e19757899026c7319b8d0b70dd55b6;hpb=300aed51915840a41a1483980ff7d045bde905cb;p=yangtools.git diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index e80bfee9f9..1d7a0c374b 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -1,59 +1,88 @@ - - - org.opendaylight.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - ../common/parent - - 4.0.0 + + + + + org.opendaylight.odlparent + odlparent + 6.0.0-SNAPSHOT + + + 4.0.0 - - 0.6.2-SNAPSHOT - 0.6.2-SNAPSHOT - 1.7 - 1.7 - 0.9.7 - + org.opendaylight.yangtools + benchmarks + 4.0.0-SNAPSHOT - - - ${project.groupId} - yang-data-impl - ${yangtools.version} - - - ${project.groupId} - yang-parser-impl - ${yangtools.version} - - - org.openjdk.jmh - jmh-core - ${jmh.version} - - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - - + + + true + - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.source.version} - ${java.source.version} - - - - + + + org.opendaylight.yangtools + yang-data-impl + 4.0.0-SNAPSHOT + + + org.opendaylight.yangtools + yang-test-util + 4.0.0-SNAPSHOT + compile + + + org.openjdk.jmh + jmh-core + 1.21 + + + org.openjdk.jmh + jmh-generator-annprocess + 1.21 + + + + + + + + benchmarks + + + + + + org.codehaus.mojo + exec-maven-plugin + + test + java + + -classpath + + org.openjdk.jmh.Main + .* + + + + + run-benchmarks + integration-test + + exec + + + + + + + +