diff options
author | 2016-12-13 20:02:45 +0200 | |
---|---|---|
committer | 2016-12-13 20:02:45 +0200 | |
commit | ac1c2d18f699c40b974d314df3db835ec26bc0bd (patch) | |
tree | 44b73dacf0be5809817d5d675a2be8a6d85ce357 /scripts/automation/regression/setups/trex11 | |
parent | 603bd7a4d9dcb8058812633ac60a75598578cb83 (diff) | |
parent | fe755604ec04ed7f8622394f99f0048901dad4e1 (diff) |
Merge branch 'master' into rx_phase_2
Diffstat (limited to 'scripts/automation/regression/setups/trex11')
-rw-r--r-- | scripts/automation/regression/setups/trex11/benchmark.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/automation/regression/setups/trex11/benchmark.yaml b/scripts/automation/regression/setups/trex11/benchmark.yaml index a4969d2d..5ebcdd55 100644 --- a/scripts/automation/regression/setups/trex11/benchmark.yaml +++ b/scripts/automation/regression/setups/trex11/benchmark.yaml @@ -40,6 +40,19 @@ test_rx_check_http: &rx_http 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: &rx_sfr + multiplier : 8 + cores : 1 + rx_sample_rate : 128 + bw_per_core : 20.9 + +test_rx_check_sfr_ipv6: + << : *rx_sfr + bw_per_core : 23.9 ### stateless ### |