From cb768ce12516415276ee370112a837014cb8c37c Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Thu, 12 Jul 2018 12:47:09 +0100 Subject: Adding Benchmark module Change-Id: I4817580bf53bbf46b6890b70d49c8a2edabca749 Issue-ID: POLICY-865 Signed-off-by: waqas.ikram --- .../performance-context-metrics/pom.xml | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 testsuites/performance/performance-context-metrics/pom.xml (limited to 'testsuites/performance/performance-context-metrics/pom.xml') diff --git a/testsuites/performance/performance-context-metrics/pom.xml b/testsuites/performance/performance-context-metrics/pom.xml new file mode 100644 index 000000000..4f6eabf56 --- /dev/null +++ b/testsuites/performance/performance-context-metrics/pom.xml @@ -0,0 +1,72 @@ + + + + 4.0.0 + + org.onap.policy.apex-pdp.testsuites.performance + performance + 2.0.0-SNAPSHOT + + + performance-context-metrics + ${project.artifactId} + [${project.parent.artifactId}] module to calculate metrics using various plugins + + + + org.onap.policy.apex-pdp.core + core-infrastructure + ${project.version} + + + org.onap.policy.apex-pdp.context + context-test-utils + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-context.context-distribution + context-distribution-hazelcast + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-context.context-distribution + context-distribution-infinispan + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-context.context-locking + context-locking-curator + ${project.version} + + + org.onap.policy.apex-pdp.plugins.plugins-context.context-locking + context-locking-hazelcast + ${project.version} + + + org.apache.curator + curator-test + 3.2.0 + test + + + \ No newline at end of file -- cgit 1.2.3-korg