From b3e7a8bcbfec32731c9b9f839eda8153e86472a2 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Mon, 27 Mar 2017 00:27:33 +0200 Subject: regression: trex19 stl performance benchmark update Change-Id: Icb425b7dabd2c4e69c173b57a2ddc5b75f6dcd1d Signed-off-by: Yaroslav Brustinov --- .../regression/setups/trex19/benchmark.yaml | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/automation/regression/setups/trex19/benchmark.yaml b/scripts/automation/regression/setups/trex19/benchmark.yaml index 1b51c890..6edc5ec9 100644 --- a/scripts/automation/regression/setups/trex19/benchmark.yaml +++ b/scripts/automation/regression/setups/trex19/benchmark.yaml @@ -200,16 +200,16 @@ test_performance_vm_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 9.6 - max: 13.3 + min: 9.0 + max: 11.5 test_performance_vm_single_cpu_cached: cfg: mult : "10%" mpps_per_core_golden : - min: 20.0 - max: 25.0 + min: 13.5 + max: 17.0 @@ -217,33 +217,33 @@ test_performance_syn_attack_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 8.4 - max: 14.0 + min: 8.0 + max: 11.0 test_performance_vm_multi_cpus: cfg: - core_count : 7 + core_count : 13 mult : "90%" mpps_per_core_golden : - min: 7.7 - max: 10.8 + min: 7.5 + max: 9.5 test_performance_vm_multi_cpus_cached: cfg: - core_count : 7 + core_count : 13 mult : "35%" mpps_per_core_golden : - min: 22.0 - max: 24.3 + min: 13.5 + max: 17.0 test_performance_syn_attack_multi_cpus: cfg: - core_count : 7 + core_count : 13 mult : "90%" mpps_per_core_golden : - min: 8.0 - max: 11.0 + min: 6.0 + max: 13.5 test_all_profiles : -- cgit 1.2.3-korg