diff options
author | treyad <treyad@viosoft.com> | 2018-11-20 01:54:08 -0800 |
---|---|---|
committer | treyad <treyad@viosoft.com> | 2019-03-27 05:17:13 -0700 |
commit | f3fc3571f491c0e1c583a1856c2e246c30e69748 (patch) | |
tree | e0282836f9afdd38e1e1919afd6725a489150728 /samples | |
parent | b3d3d4e0454be6175f161fba7d22113e5dd8a150 (diff) |
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 <treyad@viosoft.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/ipv4_throughput_latency_vpp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |