diff options
author | 2016-08-03 16:28:37 +0300 | |
---|---|---|
committer | 2016-08-03 16:35:11 +0300 | |
commit | 4bb767c98444544428411a638e5d8dda7b234b85 (patch) | |
tree | 68f78ddcebe3e8f9d3bf1b83db51bb7aeabe069a /scripts/automation/regression/setups | |
parent | 66c49a9d8ee5353dfa60eb90fc93eb4f4abf095e (diff) |
IPv6 latency tests and --rx-check tests
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 ### |