fix(bootstrap): Tune external topologies by default 68/41568/2
authorPeter Mikus <[email protected]>
Thu, 12 Sep 2024 11:49:17 +0000 (13:49 +0200)
committerPeter Mikus <[email protected]>
Thu, 12 Sep 2024 12:02:41 +0000 (12:02 +0000)
Signed-off-by: Peter Mikus <[email protected]>
Change-Id: Ibf760a5ae187456b24d228a4c7e51301ba682b10

resources/libraries/bash/function/common.sh

index 5bf7df7..a377194 100644 (file)
@@ -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
 }