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/trex17 | |
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/trex17')
-rw-r--r-- | scripts/automation/regression/setups/trex17/benchmark.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/automation/regression/setups/trex17/benchmark.yaml b/scripts/automation/regression/setups/trex17/benchmark.yaml index 219a01ed..d9191a42 100644 --- a/scripts/automation/regression/setups/trex17/benchmark.yaml +++ b/scripts/automation/regression/setups/trex17/benchmark.yaml @@ -7,25 +7,25 @@ test_jumbo: multiplier : 2.8 cores : 1 - bw_per_core : 66489 + bw_per_core : 66.489 test_routing_imix: multiplier : 0.5 cores : 1 - bw_per_core : 5530 + bw_per_core : 5.530 test_routing_imix_64: multiplier : 28 cores : 1 - bw_per_core : 859 + bw_per_core : 0.859 test_static_routing_imix_asymmetric: multiplier : 0.8 cores : 1 - bw_per_core : 9635 + bw_per_core : 9.635 |