diff options
author | imarom <imarom@cisco.com> | 2016-10-26 15:00:50 +0200 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-10-26 15:22:47 +0200 |
commit | 7d129c00303a5df1d6af331781139dc2d447d0d8 (patch) | |
tree | b606ea8a8bde53a69a27d128f55b349a55e20a9b /scripts/automation/regression/setups | |
parent | 270cf64af087f110fd69064017edc311ddf82025 (diff) |
fixed performance issue (moved STRECH case to low priority cases)
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r-- | scripts/automation/regression/setups/trex09/benchmark.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/automation/regression/setups/trex09/benchmark.yaml b/scripts/automation/regression/setups/trex09/benchmark.yaml index ed51a46c..f157d8f2 100644 --- a/scripts/automation/regression/setups/trex09/benchmark.yaml +++ b/scripts/automation/regression/setups/trex09/benchmark.yaml @@ -209,24 +209,24 @@ test_performance_syn_attack_single_cpu: test_performance_vm_multi_cpus: cfg: - core_count : 3 + core_count : 2 mult : "90%" mpps_per_core_golden : - min: 15.9 - max: 16.5 + min: 15.7 + max: 16.3 test_performance_vm_multi_cpus_cached: cfg: - core_count : 3 + core_count : 2 mult : "90%" mpps_per_core_golden : - min: 29.6 - max: 30.5 + min: 28.8 + max: 29.5 test_performance_syn_attack_multi_cpus: cfg: - core_count : 3 + core_count : 2 mult : "90%" mpps_per_core_golden : min: 13.0 |