diff options
author | 2016-11-15 16:33:31 +0200 | |
---|---|---|
committer | 2016-11-15 17:42:51 +0200 | |
commit | 39a119070230f6d0b648c657cc1deba10dd20b5b (patch) | |
tree | 00ee21fb37185a3e91441b16ee6f5f289ac2c3f8 /scripts/automation/regression | |
parent | f34b7915b6eec7d2d494275c48e2689f0d2d9509 (diff) |
update Connect4-X setup benchmark
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/automation/regression')
-rw-r--r-- | scripts/automation/regression/setups/trex07/benchmark.yaml | 29 |
1 files changed, 16 insertions, 13 deletions
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%" |