File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -740,12 +740,6 @@ cmd_test() {
740
740
741
741
env | grep -P " ^(AWS_EMF_|BUILDKITE|CODECOV_)" > env.list
742
742
if [[ $performance_tweaks -eq 1 ]]; then
743
- if [[ " $( uname --machine) " == " x86_64" ]]; then
744
- say " Detected CI and performance tests, tuning CPU frequency scaling and idle states for reduced variability"
745
-
746
- apply_performance_tweaks
747
- fi
748
-
749
743
# It seems that even if the tests using huge pages run sequentially on ag=1 agents, right-sizing the huge pages
750
744
# pool to the total number of huge pages used across all tests results in spurious failures with pool depletion
751
745
# anyway (something else on the host seems to be stealing our huge pages, and we cannot "ear mark" them for
@@ -796,10 +790,6 @@ cmd_test() {
796
790
797
791
# undo performance tweaks (in case the instance gets recycled for a non-perf test)
798
792
if [[ $performance_tweaks -eq 1 ]]; then
799
- if [[ " $( uname --machine) " == " x86_64" ]]; then
800
- unapply_performance_tweaks
801
- fi
802
-
803
793
echo $huge_pages_old | sudo tee /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages > /dev/null
804
794
fi
805
795
You can’t perform that action at this time.
0 commit comments