From f3fc3571f491c0e1c583a1856c2e246c30e69748 Mon Sep 17 00:00:00 2001 From: treyad Date: Tue, 20 Nov 2018 01:54:08 -0800 Subject: Support FD.io Multiple Loss Ratio search (MLRsearch) Optimized binary search algorithm for finding NDR and PDR bounds JIRA: YARDSTICK-1486 Change-Id: Iba0e6c7065b61f7b7f3f65cceca509d1aaff8366 Signed-off-by: treyad --- samples/vnf_samples/traffic_profiles/ipv4_throughput_latency_vpp.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'samples') diff --git a/samples/vnf_samples/traffic_profiles/ipv4_throughput_latency_vpp.yaml b/samples/vnf_samples/traffic_profiles/ipv4_throughput_latency_vpp.yaml index 1add9bfb4..abbad6728 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput_latency_vpp.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput_latency_vpp.yaml @@ -20,6 +20,7 @@ description: Traffic profile to run RFC2544 latency traffic_profile: traffic_type: VppRFC2544Profile # defines traffic behavior - constant or look for highest possible throughput enable_latency: true + intermediate_phases: 2 test_precision: 0.1 duration: 30 lower_bound: 1.0 -- cgit 1.2.3-korg