summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/setups/kiwi02/benchmark.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/setups/kiwi02/benchmark.yaml')
-rw-r--r--scripts/automation/regression/setups/kiwi02/benchmark.yaml26
1 files changed, 22 insertions, 4 deletions
diff --git a/scripts/automation/regression/setups/kiwi02/benchmark.yaml b/scripts/automation/regression/setups/kiwi02/benchmark.yaml
index 4e091d53..1eefccaf 100644
--- a/scripts/automation/regression/setups/kiwi02/benchmark.yaml
+++ b/scripts/automation/regression/setups/kiwi02/benchmark.yaml
@@ -4,6 +4,24 @@
#### common templates ###
+test_short_flow:
+ multiplier : 20000
+ cores : 4
+ bw_per_core : 1000
+
+test_short_flow_high_active:
+ multiplier : 20000
+ cores : 4
+ bw_per_core : 1000
+ active_flows : 4000000
+
+test_short_flow_high_active2:
+ multiplier : 15000
+ cores : 4
+ bw_per_core : 1000
+ active_flows : 4000000
+
+
stat_route_dict: &stat_route_dict
clients_start : 16.0.0.1
servers_start : 48.0.0.1
@@ -254,7 +272,7 @@ test_performance_vm_single_cpu:
cfg:
mult : "90%"
mpps_per_core_golden :
- min: 11.5
+ min: 11.2
max: 13.1
@@ -262,7 +280,7 @@ test_performance_vm_single_cpu_cached:
cfg:
mult : "90%"
mpps_per_core_golden :
- min: 22.0
+ min: 20.5
max: 25.0
@@ -271,7 +289,7 @@ test_performance_syn_attack_single_cpu:
cfg:
mult : "90%"
mpps_per_core_golden :
- min: 9.5
+ min: 9.3
max: 11.5
test_performance_vm_multi_cpus:
@@ -296,6 +314,6 @@ test_performance_syn_attack_multi_cpus:
core_count : 4
mult : "90%"
mpps_per_core_golden :
- min: 8.5
+ min: 8.4
max: 10.5