diff options
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r-- | scripts/automation/regression/setups/trex08/benchmark.yaml | 10 | ||||
-rw-r--r-- | scripts/automation/regression/setups/trex09/benchmark.yaml | 12 |
2 files changed, 18 insertions, 4 deletions
diff --git a/scripts/automation/regression/setups/trex08/benchmark.yaml b/scripts/automation/regression/setups/trex08/benchmark.yaml index aeeca004..8f83e8f9 100644 --- a/scripts/automation/regression/setups/trex08/benchmark.yaml +++ b/scripts/automation/regression/setups/trex08/benchmark.yaml @@ -34,19 +34,25 @@ test_ipv6_simple: bw_per_core : 25.948 -test_rx_check_http: +test_rx_check_http: &rx_http multiplier : 99000 cores : 3 rx_sample_rate : 128 bw_per_core : 49.464 +test_rx_check_http_ipv6: + << : *rx_http + bw_per_core : 49.237 -test_rx_check_sfr: +test_rx_check_sfr: &rx_sfr multiplier : 80 cores : 7 rx_sample_rate : 128 bw_per_core : 20.871 +test_rx_check_sfr_ipv6: + << : *rx_sfr + bw_per_core : 19.198 ### stateless ### 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 ### |