From e22d1841006a22ccf8d5699ed34d6c5dc4412ccf Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 12 Sep 2024 13:49:17 +0200 Subject: fix(bootstrap): Tune external topologies by default Signed-off-by: Peter Mikus Change-Id: Ibf760a5ae187456b24d228a4c7e51301ba682b10 --- resources/libraries/bash/function/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 5bf7df7ea1..a377194ec4 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1328,6 +1328,8 @@ function set_environment_variables () { *"-x-2n"* | *"-x-3n"* ) export TREX_CORE_COUNT=14 export TREX_PORT_MTU=9000 + # Settings to prevent duration stretching. + export PERF_TRIAL_STL_DELAY=0.1 ;; esac } -- cgit 1.2.3-korg