performance - more tolerant values
authorimarom <[email protected]>
Thu, 27 Oct 2016 08:39:48 +0000 (10:39 +0200)
committerimarom <[email protected]>
Thu, 27 Oct 2016 08:40:08 +0000 (10:40 +0200)
Signed-off-by: imarom <[email protected]>
scripts/automation/regression/setups/trex09/benchmark.yaml
scripts/automation/regression/stateless_tests/stl_performance_test.py

index f157d8f..86f169e 100644 (file)
@@ -187,7 +187,7 @@ test_performance_vm_single_cpu:
     cfg:
         mult                    : "90%"
         mpps_per_core_golden    : 
-                                   min: 16.4
+                                   min: 16.2
                                    max: 17.3
 
 
@@ -195,7 +195,7 @@ test_performance_vm_single_cpu_cached:
     cfg:
         mult                    : "90%"
         mpps_per_core_golden    : 
-                                   min: 30.5
+                                   min: 29.5
                                    max: 31.2
 
 
@@ -212,7 +212,7 @@ test_performance_vm_multi_cpus:
         core_count             : 2
         mult                   : "90%"
         mpps_per_core_golden   :
-                                  min: 15.7
+                                  min: 15.2
                                   max: 16.3
 
 
index 27c61cc..ac39ee6 100644 (file)
@@ -273,9 +273,9 @@ class STLPerformance_Test(CStlGeneral_Test):
         samples = {'cpu' : [], 'bps': [], 'pps': []}
 
         # let the server gather samples
-        print("Step 2 - Waiting for samples... (40 seconds)")
+        print("Step 2 - Waiting for samples... (60 seconds)")
 
-        for i in range(0, 1):
+        for i in range(0, 3):
 
             # sample bps/pps
             for _ in range(0, 20):