diff options
Diffstat (limited to 'scripts/automation/regression/setups/trex04')
-rw-r--r-- | scripts/automation/regression/setups/trex04/benchmark.yaml | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/scripts/automation/regression/setups/trex04/benchmark.yaml b/scripts/automation/regression/setups/trex04/benchmark.yaml index e3a477f5..d2b1c4f2 100644 --- a/scripts/automation/regression/setups/trex04/benchmark.yaml +++ b/scripts/automation/regression/setups/trex04/benchmark.yaml @@ -7,39 +7,27 @@ test_jumbo: multiplier : 2.8 cores : 1 - bw_per_core : 106652 + bw_per_core : 106.652 test_routing_imix: multiplier : 0.5 cores : 1 - bw_per_core : 11577 + bw_per_core : 11.577 test_routing_imix_64: multiplier : 28 cores : 1 - bw_per_core : 2030 + bw_per_core : 2.030 test_static_routing_imix_asymmetric: multiplier : 0.8 cores : 1 - bw_per_core : 13742 + bw_per_core : 13.742 -test_CPU_benchmark: - profiles: - - name : stl/udp_1pkt_simple.py - kwargs : {packet_len: 64} - cpu_util : 1 - bw_per_core : 1 - - - name : stl/udp_1pkt_simple.py - kwargs : {packet_len: 128} - cpu_util : 1 - bw_per_core : 1 - ### stateless ### |