Fine tuning of the performance plots
[cps.git] / integration-test / src / test / groovy / org / onap / cps / integration / performance / cps / UpdatePerfTest.groovy
index 360feca..6c71840 100644 (file)
@@ -79,12 +79,12 @@ class UpdatePerfTest extends CpsPerfTestBase {
                     memoryLimit, resourceMeter.getTotalMemoryUsageInMB())
         where:
             scenario                           | totalNodes | startId | changeLeaves || timeLimit  | memoryLimit
-            'Replace 0 nodes with 100'         | 100        | 1       | false        ||       3.2  | 200
-            'Replace 100 using same data'      | 100        | 1       | false        ||       5.6  | 200
-            'Replace 100 with new leaf values' | 100        | 1       | true         ||       5.5  | 200
-            'Replace 100 with 100 new nodes'   | 100        | 101     | false        ||       10.0 | 200
-            'Replace 50 existing and 50 new'   | 100        | 151     | true         ||       8.0  | 200
-            'Replace 100 nodes with 0'         | 0          | 1       | false        ||       7.0  | 200
+            'Replace 0 nodes with 100'         | 100        | 1       | false        ||       3.5  | 200
+            'Replace 100 using same data'      | 100        | 1       | false        ||       6.0  | 200
+            'Replace 100 with new leaf values' | 100        | 1       | true         ||       6.5  | 200
+            'Replace 100 with 100 new nodes'   | 100        | 101     | false        ||       11.0 | 200
+            'Replace 50 existing and 50 new'   | 100        | 151     | true         ||       8.5  | 200
+            'Replace 100 nodes with 0'         | 0          | 1       | false        ||       7.4  | 200
     }
 
     def 'Replace list content: #scenario.'() {
@@ -105,12 +105,12 @@ class UpdatePerfTest extends CpsPerfTestBase {
                     memoryLimit, resourceMeter.getTotalMemoryUsageInMB())
         where:
             scenario                                   | totalNodes | startId | changeLeaves || timeLimit | memoryLimit
-            'Replace list of 0 with 100'               | 100        | 1       | false        ||       3.0 | 200
-            'Replace list of 100 using same data'      | 100        | 1       | false        ||       5.4 | 200
-            'Replace list of 100 with new leaf values' | 100        | 1       | true         ||       5.6 | 200
+            'Replace list of 0 with 100'               | 100        | 1       | false        ||       3.2 | 200
+            'Replace list of 100 using same data'      | 100        | 1       | false        ||       5.8 | 200
+            'Replace list of 100 with new leaf values' | 100        | 1       | true         ||       5.8 | 200
             'Replace list with 100 new nodes'          | 100        | 101     | false        ||       9.9 | 200
             'Replace list with 50 existing and 50 new' | 100        | 151     | true         ||       8.0 | 200
-            'Replace list of 100 nodes with 1'         | 1          | 1       | false        ||       7.0 | 200
+            'Replace list of 100 nodes with 1'         | 1          | 1       | false        ||       8.0 | 200
     }
 
     def 'Update leaves for 100 data nodes.'() {