diff options
author | 2017-01-29 18:07:33 +0200 | |
---|---|---|
committer | 2017-01-29 18:07:33 +0200 | |
commit | 519ea63d05c655a75602eb8cd77c84e6e49e827d (patch) | |
tree | dbfb7325178a86149efce096494535b886907df7 /scripts/automation/regression/setups/kiwi02 | |
parent | 42664b05103d0f4a7ed272301051d58d6e8f3737 (diff) | |
parent | efbe56332fdf6a5c386152e4a2af3a2b56f723b5 (diff) |
Merge branch 'master' into capture
Diffstat (limited to 'scripts/automation/regression/setups/kiwi02')
-rw-r--r-- | scripts/automation/regression/setups/kiwi02/benchmark.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/automation/regression/setups/kiwi02/benchmark.yaml b/scripts/automation/regression/setups/kiwi02/benchmark.yaml index 1eefccaf..b6055366 100644 --- a/scripts/automation/regression/setups/kiwi02/benchmark.yaml +++ b/scripts/automation/regression/setups/kiwi02/benchmark.yaml @@ -272,7 +272,7 @@ test_performance_vm_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 11.2 + min: 10.0 max: 13.1 @@ -280,7 +280,7 @@ test_performance_vm_single_cpu_cached: cfg: mult : "90%" mpps_per_core_golden : - min: 20.5 + min: 18.0 max: 25.0 @@ -289,7 +289,7 @@ test_performance_syn_attack_single_cpu: cfg: mult : "90%" mpps_per_core_golden : - min: 9.3 + min: 8.0 max: 11.5 test_performance_vm_multi_cpus: @@ -297,7 +297,7 @@ test_performance_vm_multi_cpus: core_count : 4 mult : "90%" mpps_per_core_golden : - min: 9.7 + min: 8.0 max: 12.5 @@ -306,7 +306,7 @@ test_performance_vm_multi_cpus_cached: core_count : 4 mult : "90%" mpps_per_core_golden : - min: 19.0 + min: 18.0 max: 22.0 test_performance_syn_attack_multi_cpus: @@ -314,6 +314,6 @@ test_performance_syn_attack_multi_cpus: core_count : 4 mult : "90%" mpps_per_core_golden : - min: 8.4 + min: 8.0 max: 10.5 |