diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-03-27 18:38:17 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-03-27 18:38:17 +0200 |
commit | 9f6edf89a82059e8b1ecfb66e07e9d04daa10a61 (patch) | |
tree | ce71c8ec808ec040896eb336a3122662134bcaae | |
parent | 0d4868d6e803a918da601db902064641c92dd686 (diff) |
regression: trex19 more cores
Change-Id: I5192742e3e3aef9e1ca712c21330bb1e1280a6f7
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
-rw-r--r-- | scripts/automation/regression/setups/trex19/benchmark.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/scripts/automation/regression/setups/trex19/benchmark.yaml b/scripts/automation/regression/setups/trex19/benchmark.yaml index 32ea3a2f..aa053829 100644 --- a/scripts/automation/regression/setups/trex19/benchmark.yaml +++ b/scripts/automation/regression/setups/trex19/benchmark.yaml @@ -6,55 +6,55 @@ test_short_flow: multiplier : 25000 - cores : 7 + cores : 13 bw_per_core : 1000 test_short_flow_high_active: multiplier : 20000 - cores : 7 + cores : 13 bw_per_core : 1000 active_flows : 4000000 test_short_flow_high_active2: multiplier : 10000 - cores : 7 + cores : 13 bw_per_core : 1000 active_flows : 4000000 test_jumbo: multiplier : 120 - cores : 4 + cores : 1 bw_per_core : 962.464 test_routing_imix: multiplier : 60 - cores : 8 + cores : 13 bw_per_core : 48.130 test_routing_imix_64: multiplier : 2500 - cores : 8 + cores : 13 bw_per_core : 12.699 test_static_routing_imix_asymmetric: multiplier : 50 - cores : 8 + cores : 13 bw_per_core : 50.561 test_ipv6_simple: multiplier : 50 - cores : 7 + cores : 13 bw_per_core : 19.5 test_rx_check_http: &rx_http multiplier : 99000 - cores : 7 + cores : 13 rx_sample_rate : 128 bw_per_core : 49.464 @@ -64,7 +64,7 @@ test_rx_check_http_ipv6: test_rx_check_sfr: &rx_sfr multiplier : 35 - cores : 7 + cores : 13 rx_sample_rate : 128 bw_per_core : 20.871 |