From 14be7dbe7ec1e2b6155c0987d80800e37f8718b9 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 1 Jan 2017 03:44:30 +0200 Subject: regression: update trex11 stateless bench based on 12 last regression reports Change-Id: I637087ea9499668ecb1c39b10d7c17f058dff82a Signed-off-by: Yaroslav Brustinov --- .../regression/setups/trex11/benchmark.yaml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'scripts') diff --git a/scripts/automation/regression/setups/trex11/benchmark.yaml b/scripts/automation/regression/setups/trex11/benchmark.yaml index 6203d851..87654a35 100644 --- a/scripts/automation/regression/setups/trex11/benchmark.yaml +++ b/scripts/automation/regression/setups/trex11/benchmark.yaml @@ -189,16 +189,16 @@ test_performance_vm_single_cpu: cfg: mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 9.5 + max: 11.5 test_performance_vm_single_cpu_cached: cfg: mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 26.5 + max: 29.0 @@ -206,16 +206,16 @@ test_performance_syn_attack_single_cpu: cfg: mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 8.5 + max: 10.0 test_performance_vm_multi_cpus: cfg: core_count : 1 mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 9.0 + max: 11.5 test_performance_vm_multi_cpus_cached: @@ -223,14 +223,14 @@ test_performance_vm_multi_cpus_cached: core_count : 1 mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 26.5 + max: 29.0 test_performance_syn_attack_multi_cpus: cfg: core_count : 1 mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 8.0 + max: 10.0 -- cgit 1.2.3-korg