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:
f2f3a9f
)
feat(infra): Tune params
50/41450/1
author
Peter Mikus
<
[email protected]
>
Tue, 17 Sep 2024 14:05:42 +0000
(16:05 +0200)
committer
Peter Mikus
<
[email protected]
>
Tue, 17 Sep 2024 14:06:44 +0000
(14:06 +0000)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: I8e3d3316d0c1f7da5e02b1198a6e56a301f0f0a8
(cherry picked from commit
9fe51302179c0aa9c78f738c6f8d0d4a2a5052c4
)
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
3b271c5
..
9fd208b
100644
(file)
--- a/
resources/libraries/bash/function/common.sh
+++ b/
resources/libraries/bash/function/common.sh
@@
-1329,7
+1329,7
@@
function set_environment_variables () {
export TREX_CORE_COUNT=14
export TREX_PORT_MTU=9000
# Settings to prevent duration stretching.
- export PERF_TRIAL_STL_DELAY=0.1
1
+ export PERF_TRIAL_STL_DELAY=0.1
2
;;
esac
}