X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=benchmarks%2Fpom.xml;h=7c5c94e2b8b915bf60a683d10aca104c6402cb82;hb=aab487af0eb95421d66d4e6fa013ac42bca6a04f;hp=ca6692eec3efa9707720921c03124984eb22fcaf;hpb=948ea5d3134f915ad246a72a61094673961092f6;p=yangtools.git diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index ca6692eec3..f62ebc0ffc 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -11,64 +11,90 @@ org.opendaylight.odlparent odlparent - 3.1.0 + 10.0.0 4.0.0 org.opendaylight.yangtools benchmarks - 2.0.3-SNAPSHOT + 8.0.2 + + + + true + - ${project.groupId} - yang-data-impl - 2.0.3-SNAPSHOT + org.opendaylight.yangtools + yang-data-tree-ri + 8.0.2 - ${project.groupId} - yang-parser-impl - 2.0.3-SNAPSHOT + org.opendaylight.yangtools + yang-test-util + 8.0.2 + compile org.openjdk.jmh jmh-core - 1.19 - - - org.openjdk.jmh - jmh-generator-annprocess - 1.19 + 1.23 - org.codehaus.mojo - exec-maven-plugin + maven-compiler-plugin - test - java - - -classpath - - org.openjdk.jmh.Main - .* - + + + org.openjdk.jmh + jmh-generator-annprocess + 1.23 + + - - - run-benchmarks - integration-test - - exec - - - + + + + + benchmarks + + + + + + org.codehaus.mojo + exec-maven-plugin + + test + java + + -classpath + + org.openjdk.jmh.Main + .* + + + + + run-benchmarks + integration-test + + exec + + + + + + + +