diff options
author | 2016-10-25 16:42:29 +0300 | |
---|---|---|
committer | 2016-10-25 16:42:29 +0300 | |
commit | 395543f0fb22e9652a92637ec8683e6e930ca59d (patch) | |
tree | 4b07c50a9beaa83deb7275816cc69a11aeb988ed /scripts/automation/regression/setups | |
parent | dd4a9e500b5622b85449ccc00d3f189a776e8077 (diff) | |
parent | 3477703325cafe2a629e60c60e619dc576c16d62 (diff) |
Merge from master
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r-- | scripts/automation/regression/setups/trex09/benchmark.yaml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/scripts/automation/regression/setups/trex09/benchmark.yaml b/scripts/automation/regression/setups/trex09/benchmark.yaml index 416bfa68..ed51a46c 100644 --- a/scripts/automation/regression/setups/trex09/benchmark.yaml +++ b/scripts/automation/regression/setups/trex09/benchmark.yaml @@ -181,3 +181,54 @@ test_CPU_benchmark: bw_per_core : 1 +# performance tests + +test_performance_vm_single_cpu: + cfg: + mult : "90%" + mpps_per_core_golden : + min: 16.4 + max: 17.3 + + +test_performance_vm_single_cpu_cached: + cfg: + mult : "90%" + mpps_per_core_golden : + min: 30.5 + max: 31.2 + + + +test_performance_syn_attack_single_cpu: + cfg: + mult : "90%" + mpps_per_core_golden : + min: 13.8 + max: 14.5 + +test_performance_vm_multi_cpus: + cfg: + core_count : 3 + mult : "90%" + mpps_per_core_golden : + min: 15.9 + max: 16.5 + + +test_performance_vm_multi_cpus_cached: + cfg: + core_count : 3 + mult : "90%" + mpps_per_core_golden : + min: 29.6 + max: 30.5 + +test_performance_syn_attack_multi_cpus: + cfg: + core_count : 3 + mult : "90%" + mpps_per_core_golden : + min: 13.0 + max: 13.8 + |