diff options
author | Ido Barnea <ibarnea@cisco.com> | 2017-02-13 15:13:14 +0200 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2017-02-13 15:13:14 +0200 |
commit | d6bf779af7d1853b177fa24b6e5a94f013203aed (patch) | |
tree | e19788ba81630aa668f1aaa200e3805f64b21f07 /scripts | |
parent | 93f15e3020f641feaa187ce3b7beb62c4cacae6b (diff) |
Adjusting test performance numbers for xl710 and mlx for dpdk1702
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts')
3 files changed, 28 insertions, 28 deletions
diff --git a/scripts/automation/regression/setups/trex07/benchmark.yaml b/scripts/automation/regression/setups/trex07/benchmark.yaml index 7abc2e4d..1b51c890 100644 --- a/scripts/automation/regression/setups/trex07/benchmark.yaml +++ b/scripts/automation/regression/setups/trex07/benchmark.yaml @@ -225,8 +225,8 @@ test_performance_vm_multi_cpus: core_count : 7 mult : "90%" mpps_per_core_golden : - min: 8.5 - max: 12.0 + min: 7.7 + max: 10.8 test_performance_vm_multi_cpus_cached: @@ -234,8 +234,8 @@ test_performance_vm_multi_cpus_cached: core_count : 7 mult : "35%" mpps_per_core_golden : - min: 24.5 - max: 27.0 + min: 22.0 + max: 24.3 test_performance_syn_attack_multi_cpus: cfg: diff --git a/scripts/automation/regression/setups/trex08/benchmark.yaml b/scripts/automation/regression/setups/trex08/benchmark.yaml index f409edb8..eb70dbbb 100644 --- a/scripts/automation/regression/setups/trex08/benchmark.yaml +++ b/scripts/automation/regression/setups/trex08/benchmark.yaml @@ -202,16 +202,16 @@ test_performance_vm_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 15.5 - max: 20.3 + min: 13.9 + max: 18.3 test_performance_vm_single_cpu_cached: cfg: mult : "10%" mpps_per_core_golden : - min: 28.0 - max: 32.0 + min: 25.2 + max: 28.8 @@ -219,16 +219,16 @@ test_performance_syn_attack_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 13.2 - max: 15.0 + min: 11.9 + max: 13.5 test_performance_vm_multi_cpus: cfg: core_count : 7 mult : "40%" mpps_per_core_golden : - min: 15.0 - max: 20.0 + min: 13.5 + max: 18.0 test_performance_vm_multi_cpus_cached: @@ -236,15 +236,15 @@ test_performance_vm_multi_cpus_cached: core_count : 7 mult : "40%" mpps_per_core_golden : - min: 29.0 - max: 34.0 + min: 26.1 + max: 30.6 test_performance_syn_attack_multi_cpus: cfg: core_count : 7 mult : "40%" mpps_per_core_golden : - min: 13.0 - max: 17.0 + min: 11.7 + max: 15.3 diff --git a/scripts/automation/regression/setups/trex09/benchmark.yaml b/scripts/automation/regression/setups/trex09/benchmark.yaml index 79dab3e8..eedcdc27 100644 --- a/scripts/automation/regression/setups/trex09/benchmark.yaml +++ b/scripts/automation/regression/setups/trex09/benchmark.yaml @@ -187,16 +187,16 @@ test_performance_vm_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 13.0 - max: 17.3 + min: 11.7 + max: 15.6 test_performance_vm_single_cpu_cached: cfg: mult : "90%" mpps_per_core_golden : - min: 28.3 - max: 31.2 + min: 25.5 + max: 28.1 @@ -204,16 +204,16 @@ test_performance_syn_attack_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 12.5 - max: 14.5 + min: 11.3 + max: 13.1 test_performance_vm_multi_cpus: cfg: core_count : 2 mult : "90%" mpps_per_core_golden : - min: 14.4 - max: 16.3 + min: 13.0 + max: 14.7 test_performance_vm_multi_cpus_cached: @@ -221,14 +221,14 @@ test_performance_vm_multi_cpus_cached: core_count : 2 mult : "90%" mpps_per_core_golden : - min: 29.5 - max: 31.5 + min: 26.5 + max: 28.3 test_performance_syn_attack_multi_cpus: cfg: core_count : 2 mult : "90%" mpps_per_core_golden : - min: 12.5 - max: 13.8 + min: 11.2 + max: 12.4 |