Use Seconds as time unit for all performance tests 83/136383/5
authorseanbeirne <sean.beirne@est.tech>
Mon, 6 Nov 2023 13:34:33 +0000 (13:34 +0000)
committerseanbeirne <sean.beirne@est.tech>
Wed, 8 Nov 2023 14:49:01 +0000 (14:49 +0000)
commite082710eaff7ef813f474e8adc56358dab8debc5
tree6574021e60ae1e3c8795b516a4430b171d15f2ea
parent4fb19b0a6b3b2a17ffb78ef51091ea87ca9bc2e3
Use Seconds as time unit for all performance tests

-updated recordAndAssertResourceUsage

Issue-ID: CPS-1941
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Change-Id: I62f42c7ab396e555d54a7280ebc7da8804045667
12 files changed:
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/CpsPerfTestBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/NcmpPerfTestBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/CpsDataServiceLimitsPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeletePerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/GetPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/QueryPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/UpdatePerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/WritePerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmDataSubscriptionsPerfTest.groovy
integration-test/src/test/groovy/org/onap/cps/integration/performance/ncmp/CmHandleQueryPerfTest.groovy
integration-test/src/test/java/org/onap/cps/integration/ResourceMeter.java