diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-11-16 11:54:36 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-11-16 11:55:23 +0200 |
commit | 0e23c41179c361017dbb240266e75cf0d414604c (patch) | |
tree | d453d337fa22d93388b5a69ddf06a79b98afa065 /scripts | |
parent | b75bfec0eeb24f3a3552e6c9ca4b1f302f71ca35 (diff) |
add trex08 benchmark results
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/automation/regression/setups/trex08/benchmark.yaml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/scripts/automation/regression/setups/trex08/benchmark.yaml b/scripts/automation/regression/setups/trex08/benchmark.yaml index 8f83e8f9..935b3e55 100644 --- a/scripts/automation/regression/setups/trex08/benchmark.yaml +++ b/scripts/automation/regression/setups/trex08/benchmark.yaml @@ -179,3 +179,53 @@ test_CPU_benchmark: bw_per_core : 1 +test_performance_vm_single_cpu: + cfg: + mult : "90%" + mpps_per_core_golden : + min: 15.1 + max: 20.3 + + +test_performance_vm_single_cpu_cached: + cfg: + mult : "10%" + mpps_per_core_golden : + min: 29.1 + max: 32.0 + + + +test_performance_syn_attack_single_cpu: + cfg: + mult : "90%" + mpps_per_core_golden : + min: 13.2 + max: 15.0 + +test_performance_vm_multi_cpus: + cfg: + core_count : 7 + mult : "40%" + mpps_per_core_golden : + min: 15.0 + max: 20.0 + + +test_performance_vm_multi_cpus_cached: + cfg: + core_count : 7 + mult : "40%" + mpps_per_core_golden : + min: 29.0 + max: 34.0 + +test_performance_syn_attack_multi_cpus: + cfg: + core_count : 7 + mult : "40%" + mpps_per_core_golden : + min: 13.0 + max: 17.0 + + |