From 3d1e8a1fdfa0ec734adf7cc4370e955508882fdc Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 22 Aug 2019 15:04:34 +0200 Subject: Improve PLRsearch yet again Logic improvements for rls1908 and post-pylint fixes: + Reduce search time to 30 minutes. + Use average instead alternating loads. + Rework log/exp avg/stdev from two estimates. + Introduce and use pessimistic variance of dual trackers. + Introduce safe_exp to use when None does not skip code. + Use dot relative imports (instead of disabling pylint). + Complete docstrings for simpler functions. + Append docstrings to named tuples. + Somewhat unify docstrings related to the same arguments. + Slightly improve intentation. + State named tuples as rtype where used. + Add returns and rtype to __repr__ where missing. + Return what docstring say (or update them). + Explicit copying for vector and matrix values. Change-Id: I884c68b4839c5df5e8bef95e463666599603a0ff Signed-off-by: Vratko Polak (cherry picked from commit fbbc47359e3f7b59bbd5a84d85c673374933a50a) --- resources/libraries/robot/performance/performance_utils.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot/performance') diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index 7f971378e3..54b20cba2d 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -109,7 +109,7 @@ | | ... | | ... | \| Find critical load using PLR search \| \${1e-7} \| \${120} \| | | ... -| | [Arguments] | ${packet_loss_ratio}=${1e-7} | ${timeout}=${7200.0} +| | [Arguments] | ${packet_loss_ratio}=${1e-7} | ${timeout}=${1800.0} | | ... | | ${min_rate} = | Set Variable | ${20000} | | ${average} | ${stdev} = | Perform soak search | ${frame_size} -- cgit 1.2.3-korg