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:
df8054f
)
feat(infra): Tune params
77/41577/1
author
Peter Mikus
<
[email protected]
>
Mon, 16 Sep 2024 11:57:57 +0000
(13:57 +0200)
committer
Peter Mikus
<
[email protected]
>
Mon, 16 Sep 2024 11:57:57 +0000
(13:57 +0200)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: I5dc0a38e530cbaf4bb7d3563adba34cd06a3f608
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
a377194
..
3b271c5
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
+ export PERF_TRIAL_STL_DELAY=0.1
1
;;
esac
}