X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=benchmarks%2Fpom.xml;h=b1c900220b66faded447f2493f5e0b340ba305ad;hb=df1a89c281697185583eba2c915e0a4fdfafcff9;hp=e80bfee9f9e19757899026c7319b8d0b70dd55b6;hpb=9c43bfaf35ae887a977ac9fb22006e3243426aad;p=yangtools.git diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index e80bfee9f9..b1c900220b 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -1,59 +1,83 @@ - - - org.opendaylight.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - ../common/parent - - 4.0.0 + + + + + org.opendaylight.odlparent + odlparent + 3.1.7 + + + 4.0.0 - - 0.6.2-SNAPSHOT - 0.6.2-SNAPSHOT - 1.7 - 1.7 - 0.9.7 - + org.opendaylight.yangtools + benchmarks + 2.0.19-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} - - + + + ${project.groupId} + yang-data-impl + 2.0.19-SNAPSHOT + + + ${project.groupId} + yang-test-util + 2.0.19-SNAPSHOT + compile + + + org.openjdk.jmh + jmh-core + 1.21 + + + org.openjdk.jmh + jmh-generator-annprocess + 1.21 + + - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.source.version} - ${java.source.version} - - - - + + + + + benchmarks + + + + + + org.codehaus.mojo + exec-maven-plugin + + test + java + + -classpath + + org.openjdk.jmh.Main + .* + + + + + run-benchmarks + integration-test + + exec + + + + + + + +