diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-01-01 03:44:30 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-01-01 03:44:30 +0200 |
commit | 14be7dbe7ec1e2b6155c0987d80800e37f8718b9 (patch) | |
tree | 5a5b123afb0aada4a087f0ea32901da563a462fa /scripts | |
parent | 76fadc780ec8a28498d41f211f453572df341d90 (diff) |
regression: update trex11 stateless bench based on 12 last regression reports
Change-Id: I637087ea9499668ecb1c39b10d7c17f058dff82a
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/automation/regression/setups/trex11/benchmark.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/scripts/automation/regression/setups/trex11/benchmark.yaml b/scripts/automation/regression/setups/trex11/benchmark.yaml index 6203d851..87654a35 100644 --- a/scripts/automation/regression/setups/trex11/benchmark.yaml +++ b/scripts/automation/regression/setups/trex11/benchmark.yaml @@ -189,16 +189,16 @@ test_performance_vm_single_cpu: cfg: mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 9.5 + max: 11.5 test_performance_vm_single_cpu_cached: cfg: mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 26.5 + max: 29.0 @@ -206,16 +206,16 @@ test_performance_syn_attack_single_cpu: cfg: mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 8.5 + max: 10.0 test_performance_vm_multi_cpus: cfg: core_count : 1 mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 9.0 + max: 11.5 test_performance_vm_multi_cpus_cached: @@ -223,14 +223,14 @@ test_performance_vm_multi_cpus_cached: core_count : 1 mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 26.5 + max: 29.0 test_performance_syn_attack_multi_cpus: cfg: core_count : 1 mult : "5%" mpps_per_core_golden : - min: 1 - max: 99 + min: 8.0 + max: 10.0 |