X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-test%2Fsrc%2Ftest%2Fgroovy%2Forg%2Fonap%2Fcps%2Fintegration%2Fperformance%2Fcps%2FWritePerfTest.groovy;h=019561174017adbb29838acde979c70eda71fae1;hb=1708a0dcf0f1cbb92402308149f160cf44880b08;hp=c15bdad05949a85483600b49059f281e72ed2dbe;hpb=f88e17b342199ed51fa0bab14df37e63e2abd401;p=cps.git diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/WritePerfTest.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/WritePerfTest.groovy index c15bdad05..019561174 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/WritePerfTest.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/WritePerfTest.groovy @@ -44,10 +44,10 @@ class WritePerfTest extends CpsPerfTestBase { cpsAnchorService.deleteAnchor(CPS_PERFORMANCE_TEST_DATASPACE, WRITE_TEST_ANCHOR) where: totalNodes || expectedDuration | memoryLimit - 50 || 1.6 | 100 - 100 || 3.3 | 200 - 200 || 6.8 | 400 - 400 || 13.0 | 500 + 50 || 1.98 | 100 + 100 || 3.84 | 200 + 200 || 8.6 | 400 + 400 || 16.37 | 500 } def 'Writing bookstore data has exponential time.'() { @@ -69,10 +69,10 @@ class WritePerfTest extends CpsPerfTestBase { cpsAnchorService.deleteAnchor(CPS_PERFORMANCE_TEST_DATASPACE, WRITE_TEST_ANCHOR) where: totalBooks || expectedDuration | memoryLimit - 800 || 0.7 | 50 - 1600 || 1.0 | 100 - 3200 || 2.6 | 150 - 6400 || 7.2 | 200 + 800 || 0.38 | 50 + 1600 || 0.95 | 100 + 3200 || 2.71 | 150 + 6400 || 8.08 | 200 } def 'Writing openroadm list data using saveListElements.'() { @@ -98,9 +98,9 @@ class WritePerfTest extends CpsPerfTestBase { where: totalNodes || expectedDuration | memoryLimit 50 || 1.8 | 100 - 100 || 3.4 | 200 - 200 || 6.8 | 400 - 400 || 15.0 | 500 + 100 || 3.93 | 200 + 200 || 7.77 | 400 + 400 || 16.59 | 500 } }