Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
04187e5
)
fix(bootstrap): Tune external topologies by default
68/41568/2
author
Peter Mikus
<
[email protected]
>
Thu, 12 Sep 2024 11:49:17 +0000
(13:49 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/common.sh
b/resources/libraries/bash/function/common.sh
index
5bf7df7
..
a377194
100644
(file)
--- 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
}