diff options
author | 2016-10-27 10:39:48 +0200 | |
---|---|---|
committer | 2016-10-27 10:40:08 +0200 | |
commit | 1782ef7a71c3e031fc5d1343c27ed2c8e45fd4ad (patch) | |
tree | 83147add6b4dc12d8eaddf65348cb3613dcd0f45 /scripts/automation | |
parent | 3fb8837d4fe0d63ee42903a02a10860e4562e3b4 (diff) |
performance - more tolerant values
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'scripts/automation')
-rw-r--r-- | scripts/automation/regression/setups/trex09/benchmark.yaml | 6 | ||||
-rw-r--r-- | scripts/automation/regression/stateless_tests/stl_performance_test.py | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/automation/regression/setups/trex09/benchmark.yaml b/scripts/automation/regression/setups/trex09/benchmark.yaml index f157d8f2..86f169ed 100644 --- a/scripts/automation/regression/setups/trex09/benchmark.yaml +++ b/scripts/automation/regression/setups/trex09/benchmark.yaml @@ -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 diff --git a/scripts/automation/regression/stateless_tests/stl_performance_test.py b/scripts/automation/regression/stateless_tests/stl_performance_test.py index 27c61cc0..ac39ee6b 100644 --- a/scripts/automation/regression/stateless_tests/stl_performance_test.py +++ b/scripts/automation/regression/stateless_tests/stl_performance_test.py @@ -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): |