summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/setups/trex07/benchmark.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/setups/trex07/benchmark.yaml')
-rw-r--r--scripts/automation/regression/setups/trex07/benchmark.yaml29
1 files changed, 24 insertions, 5 deletions
diff --git a/scripts/automation/regression/setups/trex07/benchmark.yaml b/scripts/automation/regression/setups/trex07/benchmark.yaml
index 26588ba7..7abc2e4d 100644
--- a/scripts/automation/regression/setups/trex07/benchmark.yaml
+++ b/scripts/automation/regression/setups/trex07/benchmark.yaml
@@ -4,6 +4,24 @@
#### common templates ###
+test_short_flow:
+ multiplier : 25000
+ cores : 7
+ bw_per_core : 1000
+
+test_short_flow_high_active:
+ multiplier : 20000
+ cores : 7
+ bw_per_core : 1000
+ active_flows : 4000000
+
+test_short_flow_high_active2:
+ multiplier : 10000
+ cores : 7
+ bw_per_core : 1000
+ active_flows : 4000000
+
+
test_jumbo:
multiplier : 120
cores : 4
@@ -190,7 +208,7 @@ test_performance_vm_single_cpu_cached:
cfg:
mult : "10%"
mpps_per_core_golden :
- min: 16.0
+ min: 20.0
max: 25.0
@@ -199,7 +217,7 @@ test_performance_syn_attack_single_cpu:
cfg:
mult : "90%"
mpps_per_core_golden :
- min: 9.0
+ min: 8.4
max: 14.0
test_performance_vm_multi_cpus:
@@ -216,8 +234,8 @@ test_performance_vm_multi_cpus_cached:
core_count : 7
mult : "35%"
mpps_per_core_golden :
- min: 9.0
- max: 15.0
+ min: 24.5
+ max: 27.0
test_performance_syn_attack_multi_cpus:
cfg:
@@ -225,9 +243,10 @@ test_performance_syn_attack_multi_cpus:
mult : "90%"
mpps_per_core_golden :
min: 8.0
- max: 16.0
+ max: 11.0
test_all_profiles :
mult : "5%"
+ skip : ['udp_rand_len_9k.py', 'udp_inc_len_9k.py']