summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/setups/trex11/benchmark.yaml
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2017-01-22 16:20:45 +0200
committerimarom <imarom@cisco.com>2017-01-22 16:20:45 +0200
commit904eacd9be1230efb7ae0ab7997ec131b588ec8a (patch)
tree8e4bcd1b1a5f683efdb8f3eeb962acefc3201961 /scripts/automation/regression/setups/trex11/benchmark.yaml
parentd2f1c8451e2e8ffc47b208f68f9b16697d706d60 (diff)
parentb81cdb6c2d6d118c1c346e7c8dae6a5e747d867d (diff)
Merge branch 'master' into capture
Signed-off-by: imarom <imarom@cisco.com> Conflicts: scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_jsonrpc_client.py scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py src/main_dpdk.cpp
Diffstat (limited to 'scripts/automation/regression/setups/trex11/benchmark.yaml')
-rw-r--r--scripts/automation/regression/setups/trex11/benchmark.yaml52
1 files changed, 51 insertions, 1 deletions
diff --git a/scripts/automation/regression/setups/trex11/benchmark.yaml b/scripts/automation/regression/setups/trex11/benchmark.yaml
index 5ebcdd55..87654a35 100644
--- a/scripts/automation/regression/setups/trex11/benchmark.yaml
+++ b/scripts/automation/regression/setups/trex11/benchmark.yaml
@@ -183,4 +183,54 @@ test_CPU_benchmark:
test_all_profiles :
mult : "5%"
skip : ['udp_rand_len_9k.py','udp_inc_len_9k.py'] # due to VIC 9K defect trex-282
-
+
+
+test_performance_vm_single_cpu:
+ cfg:
+ mult : "5%"
+ mpps_per_core_golden :
+ min: 9.5
+ max: 11.5
+
+
+test_performance_vm_single_cpu_cached:
+ cfg:
+ mult : "5%"
+ mpps_per_core_golden :
+ min: 26.5
+ max: 29.0
+
+
+
+test_performance_syn_attack_single_cpu:
+ cfg:
+ mult : "5%"
+ mpps_per_core_golden :
+ min: 8.5
+ max: 10.0
+
+test_performance_vm_multi_cpus:
+ cfg:
+ core_count : 1
+ mult : "5%"
+ mpps_per_core_golden :
+ min: 9.0
+ max: 11.5
+
+
+test_performance_vm_multi_cpus_cached:
+ cfg:
+ core_count : 1
+ mult : "5%"
+ mpps_per_core_golden :
+ min: 26.5
+ max: 29.0
+
+test_performance_syn_attack_multi_cpus:
+ cfg:
+ core_count : 1
+ mult : "5%"
+ mpps_per_core_golden :
+ min: 8.0
+ max: 10.0
+