From 39a119070230f6d0b648c657cc1deba10dd20b5b Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 15 Nov 2016 16:33:31 +0200 Subject: update Connect4-X setup benchmark Signed-off-by: Hanoh Haim --- .../regression/setups/trex07/benchmark.yaml | 29 ++++++++++++---------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'scripts/automation/regression') diff --git a/scripts/automation/regression/setups/trex07/benchmark.yaml b/scripts/automation/regression/setups/trex07/benchmark.yaml index 04cda4aa..6796a4ab 100644 --- a/scripts/automation/regression/setups/trex07/benchmark.yaml +++ b/scripts/automation/regression/setups/trex07/benchmark.yaml @@ -190,8 +190,8 @@ test_performance_vm_single_cpu_cached: cfg: mult : "90%" mpps_per_core_golden : - min: 29.5 - max: 31.2 + min: 16.0 + max: 25.0 @@ -199,31 +199,34 @@ test_performance_syn_attack_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 12.9 - max: 14.5 + min: 9.0 + max: 14.0 test_performance_vm_multi_cpus: cfg: - core_count : 2 + core_count : 7 mult : "90%" mpps_per_core_golden : - min: 15.2 - max: 16.3 + min: 9.5 + max: 12.0 test_performance_vm_multi_cpus_cached: cfg: - core_count : 2 + core_count : 7 mult : "90%" mpps_per_core_golden : - min: 28.8 - max: 29.5 + min: 9.0 + max: 15.0 test_performance_syn_attack_multi_cpus: cfg: - core_count : 2 + core_count : 7 mult : "90%" mpps_per_core_golden : - min: 13.0 - max: 13.8 + min: 8.0 + max: 16.0 + +test_all_profiles : + mult : "5%" -- cgit