diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-11-28 21:14:55 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-11-28 21:16:09 +0200 |
commit | 33750b573e9d716b159d371ff7b949a0b170a8bd (patch) | |
tree | 97995bf0531f0fbb9a8b7e9b5fd1be110fca1c54 /scripts/automation/regression/setups/trex11 | |
parent | 1a534a8806dffe730a966cbb77c5377efab2f514 (diff) |
cisco VIC fix stateful regression file
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'scripts/automation/regression/setups/trex11')
-rw-r--r-- | scripts/automation/regression/setups/trex11/benchmark.yaml | 41 |
1 files changed, 14 insertions, 27 deletions
diff --git a/scripts/automation/regression/setups/trex11/benchmark.yaml b/scripts/automation/regression/setups/trex11/benchmark.yaml index eabbbb62..a4969d2d 100644 --- a/scripts/automation/regression/setups/trex11/benchmark.yaml +++ b/scripts/automation/regression/setups/trex11/benchmark.yaml @@ -4,55 +4,42 @@ #### common templates ### -test_jumbo: - multiplier : 120 - cores : 2 - bw_per_core : 962.464 +#test_jumbo: +# multiplier : 2.8 +# cores : 1 +# bw_per_core : 962.464 test_routing_imix: - multiplier : 60 - cores : 4 + multiplier : 0.5 + cores : 1 bw_per_core : 48.130 test_routing_imix_64: - multiplier : 4000 - cores : 7 + multiplier : 28 + cores : 1 bw_per_core : 12.699 test_static_routing_imix_asymmetric: - multiplier : 50 - cores : 3 + multiplier : 0.5 + cores : 1 bw_per_core : 50.561 test_ipv6_simple: - multiplier : 50 - cores : 7 + multiplier : 0.5 + cores : 1 bw_per_core : 19.5 test_rx_check_http: &rx_http - multiplier : 99000 - cores : 7 + multiplier : 1000 + cores : 1 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 : 35 - cores : 7 - rx_sample_rate : 128 - bw_per_core : 20.871 - -test_rx_check_sfr_ipv6: - << : *rx_sfr - bw_per_core : 19.198 ### stateless ### |