summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/setups/trex09/benchmark.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/setups/trex09/benchmark.yaml')
-rw-r--r--scripts/automation/regression/setups/trex09/benchmark.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/scripts/automation/regression/setups/trex09/benchmark.yaml b/scripts/automation/regression/setups/trex09/benchmark.yaml
index 1ddd6f03..1e3acdd8 100644
--- a/scripts/automation/regression/setups/trex09/benchmark.yaml
+++ b/scripts/automation/regression/setups/trex09/benchmark.yaml
@@ -34,19 +34,27 @@ test_ipv6_simple:
bw_per_core : 22.808
-test_rx_check_http:
+test_rx_check_http: &rx_http
multiplier : 90000
cores : 2
rx_sample_rate : 32
bw_per_core : 46.075
-test_rx_check_sfr:
+test_rx_check_http_ipv6:
+ << : *rx_http
+ bw_per_core : 49.237
+
+test_rx_check_sfr: &rx_sfr
multiplier : 50
cores : 3
rx_sample_rate : 32
bw_per_core : 20.469
+test_rx_check_sfr_ipv6:
+ << : *rx_sfr
+ bw_per_core : 19.198
+
### stateless ###