Skip to content

Commit

Permalink
Remove EMR for the balance_performance 32 check
Browse files Browse the repository at this point in the history
Signed-off-by: qwang59 <[email protected]>
  • Loading branch information
qwang59 authored and ysun committed Sep 4, 2024
1 parent 9ea863d commit 5564bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BM/pstate/intel_pstate_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,9 @@ check_epp_req() {
performance)
epp_req=0
;;
# SPR and EMR will use 32 for balance_performance EPP value
# SPR will use 32 for balance_performance EPP value
balance_performance)
if [ "$cpu_model" == 143 ] || [ "$cpu_model" == 207 ]; then
if [ "$cpu_model" == 143 ]; then
epp_req=32
else
epp_req=128
Expand Down

0 comments on commit 5564bb4

Please sign in to comment.