diff --git a/BM/pstate/intel_pstate_tests.sh b/BM/pstate/intel_pstate_tests.sh index d933e9a2..ba88ab5a 100755 --- a/BM/pstate/intel_pstate_tests.sh +++ b/BM/pstate/intel_pstate_tests.sh @@ -832,9 +832,9 @@ check_epp_req() { performance) epp_req=0 ;; - # SPR will use 32 for balance_performance EPP value + # SPR and EMR will use 32 for balance_performance EPP value balance_performance) - if [ "$cpu_model" == 143 ]; then + if [ "$cpu_model" == 143 ] || [ "$cpu_model" == 207 ]; then epp_req=32 else epp_req=128