Adding Benchmark module 79/56279/4
authorwaqas.ikram <waqas.ikram@ericsson.com>
Thu, 12 Jul 2018 11:47:09 +0000 (12:47 +0100)
committerwaqas.ikram <waqas.ikram@ericsson.com>
Fri, 13 Jul 2018 10:47:15 +0000 (11:47 +0100)
commitcb768ce12516415276ee370112a837014cb8c37c
tree3d7418e312f3a29126e19d9683a34ad420f6166d
parent2e32896a4e98fe2047b2e6356d4e9d7dbd3a0252
Adding Benchmark module

Change-Id: I4817580bf53bbf46b6890b70d49c8a2edabca749
Issue-ID: POLICY-865
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
43 files changed:
context/context-test-utils/src/main/java/org/onap/policy/apex/context/test/utils/Constants.java
testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/test/common/model/EvalDomainModelFactory.java
testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/test/common/model/java/EvalTask_Logic.java
testsuites/integration/integration-common/src/main/resources/org/onap/policy/apex/test/common/model/jython/EvalTask_Logic.jython
testsuites/integration/integration-executor-test/pom.xml
testsuites/integration/pom.xml
testsuites/performance/performance-benchmark-test/pom.xml [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/benchmark/ApexBaseBenchMarkTest.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/benchmark/ApexEngineBenchmark.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/benchmark/TestApexEventListener.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/main/BaseTest.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/main/TestAsyncEventMIMO.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/main/TestAsyncEventMISO.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/main/TestAsyncEventSIMO.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/main/TestAsyncEventSISO.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/main/TestSyncEventMIMO.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/main/TestSyncEventSISO.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/runtime/ApexServiceModelUpdateTest.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/runtime/ApexServiceTest.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/java/org/onap/policy/apex/service/engine/utils/Utils.java [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInMulti0.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInMulti1.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInMulti2.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/events/EventsInSingle.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/logback-test.xml [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncMIMO.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncMISO.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncSIMO.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventAsyncSISO.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventSyncMIMO.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/parameters/File2FileJsonEventSyncSISO.json [new file with mode: 0644]
testsuites/performance/performance-benchmark-test/src/test/resources/policymodels/SamplePolicyModelMVEL.json [new file with mode: 0644]
testsuites/performance/performance-context-metrics/pom.xml [moved from testsuites/integration/integration-context-metrics/pom.xml with 94% similarity]
testsuites/performance/performance-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetrics.java [moved from testsuites/integration/integration-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetrics.java with 100% similarity]
testsuites/performance/performance-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetricsJVM.java [moved from testsuites/integration/integration-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetricsJVM.java with 100% similarity]
testsuites/performance/performance-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetricsJVMThread.java [moved from testsuites/integration/integration-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetricsJVMThread.java with 100% similarity]
testsuites/performance/performance-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetricsThread.java [moved from testsuites/integration/integration-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/ConcurrentContextMetricsThread.java with 100% similarity]
testsuites/performance/performance-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/package-info.java [moved from testsuites/integration/integration-context-metrics/src/main/java/org/onap/policy/apex/plugins/context/metrics/package-info.java with 100% similarity]
testsuites/performance/performance-context-metrics/src/test/java/org/onap/policy/apex/plugins/context/metrics/TestMetrics.java [moved from testsuites/integration/integration-context-metrics/src/test/java/org/onap/policy/apex/plugins/context/metrics/TestMetrics.java with 100% similarity]
testsuites/performance/performance-context-metrics/src/test/resources/hazelcast/hazelcast.xml [moved from testsuites/integration/integration-context-metrics/src/test/resources/hazelcast/hazelcast.xml with 100% similarity]
testsuites/performance/performance-context-metrics/src/test/resources/infinispan/infinispan.xml [moved from testsuites/integration/integration-context-metrics/src/test/resources/infinispan/infinispan.xml with 100% similarity]
testsuites/performance/pom.xml [new file with mode: 0644]
testsuites/pom.xml