summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/automation/regression/setups/trex09/benchmark.yaml6
-rw-r--r--scripts/automation/regression/stateless_tests/stl_performance_test.py4
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):