Skip to content

Commit

Permalink
BM/ifs: ensure that the target CPU's IFS scan is tested under 100% lo…
Browse files Browse the repository at this point in the history
…ad on this CPU

Signed-off-by: Pengfei Xu <[email protected]>
  • Loading branch information
xupengfe authored and ysun committed Jul 11, 2024
1 parent 2b9c893 commit c6b7d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BM/ifs/ifs_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ ifs_array_cpu_fullload_scan() {
local cpu=""

for cpu in $cpus; do
cpu_full_load "$cpu"
cpu_full_load "$cpu" &
# Wait the cpu load 100%
sleep 1
echo "$cpu" > "$IFS_PATH"/"$RUN_TEST"
Expand Down

0 comments on commit c6b7d6c

Please sign in to comment.