More fine tuning around remainin plots
[cps.git] / integration-test / src / test / groovy / org / onap / cps / integration / performance / cps / WritePerfTest.groovy
index 88b3c9d..0195611 100644 (file)
@@ -46,7 +46,7 @@ class WritePerfTest extends CpsPerfTestBase {
             totalNodes || expectedDuration | memoryLimit
             50         || 1.98             | 100
             100        || 3.84             | 200
-            200        || 7.58             | 400
+            200        || 8.6              | 400
             400        || 16.37            | 500
     }
 
@@ -97,7 +97,7 @@ class WritePerfTest extends CpsPerfTestBase {
             cpsAnchorService.deleteAnchor(CPS_PERFORMANCE_TEST_DATASPACE, WRITE_TEST_ANCHOR)
         where:
             totalNodes || expectedDuration | memoryLimit
-            50         || 1.49             | 100
+            50         || 1.             | 100
             100        || 3.93             | 200
             200        || 7.77             | 400
             400        || 16.59            | 500