From 7a27faf661cf54a84ef4ee0984e12879a223ce32 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 19 Oct 2023 10:47:48 +0200 Subject: feat(MLRseach): Update to v8 conditional throughput Hopefully, with CSIT config values, PDR lower than NDR will not happen. + Bump duration_sum default to an odd number, so users are not surprised by not seeing standard median behavior. For CSIT this should not matter, overheads hide ties and number of trials (at least for STL) should stay the same. Change-Id: Id7130f978c31e71227499612424007c473bcfac2 Signed-off-by: Vratko Polak --- resources/libraries/robot/performance/performance_utils.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 9392bc0e8c..fd03583ac9 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -179,7 +179,7 @@ | | ... | relative_width=${0.005} | | ... | initial_trial_duration=${1.0} | | ... | final_trial_duration=${1.0} -| | ... | duration_sum=${20.0} +| | ... | duration_sum=${21.0} | | ... | preceding_targets=${2} | | ... | search_duration_max=${1200.0} | | ... | ppta=${ppta} @@ -266,7 +266,7 @@ | | ... | relative_width=${0.001} | | ... | initial_trial_duration=${1.0} | | ... | final_trial_duration=${1.0} -| | ... | duration_sum=${10.0} +| | ... | duration_sum=${11.0} | | ... | preceding_targets=${1} | | ... | search_duration_max=${1200} | | ... | ppta=${ppta} -- cgit 1.2.3-korg