diff options
author | 2016-05-03 04:28:08 +0300 | |
---|---|---|
committer | 2016-05-03 04:28:08 +0300 | |
commit | 7007bf04481b76b51e30d42148df710bccc9aa35 (patch) | |
tree | 3147ab3243ce6e1f3dd33be1b8f9da7786125c54 /scripts/automation/regression/setups/trex09 | |
parent | c227a2fff3e815c38cff89630e22c3b8485c32de (diff) |
bp_sim: correct description of supported stateful layers
main_dpdk: send bw_per_core with json, return back precision of low values
jsonrpcserver: disable logging
regression: use bw_per_core from cpp calculation
correct test name for GA
Diffstat (limited to 'scripts/automation/regression/setups/trex09')
-rw-r--r-- | scripts/automation/regression/setups/trex09/benchmark.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/automation/regression/setups/trex09/benchmark.yaml b/scripts/automation/regression/setups/trex09/benchmark.yaml index 8522f1bf..1f8fe47a 100644 --- a/scripts/automation/regression/setups/trex09/benchmark.yaml +++ b/scripts/automation/regression/setups/trex09/benchmark.yaml @@ -7,45 +7,45 @@ test_jumbo: multiplier : 110 cores : 1 - bw_per_core : 767198 + bw_per_core : 767.198 test_routing_imix: multiplier : 64 cores : 2 - bw_per_core : 35889 + bw_per_core : 35.889 test_routing_imix_64: multiplier : 5000 cores : 2 - bw_per_core : 10672 + bw_per_core : 10.672 test_static_routing_imix_asymmetric: multiplier : 32 cores : 1 - bw_per_core : 52738 + bw_per_core : 52.738 test_ipv6_simple: multiplier : 64 cores : 4 - bw_per_core : 22808 + bw_per_core : 22.808 test_rx_check_http: multiplier : 90000 cores : 2 rx_sample_rate : 32 - bw_per_core : 46075 + bw_per_core : 46.075 test_rx_check_sfr: multiplier : 50 cores : 3 rx_sample_rate : 32 - bw_per_core : 20469 + bw_per_core : 20.469 |