Skip to content

Commit

Permalink
Update benchmark-server-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc authored Nov 2, 2024
1 parent f81c513 commit e2d0d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/benchmark-server-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ echo "::group::Kill existing process"
ps -eo pid,cmd | while read -r pid cmd; do
if echo "$cmd" | grep -E "^./$binary_name" >/dev/null 2>&1; then
print "($i/10) Found & killing process $pid ($cmd)"
kill "$pid"
kill -9 "$pid"
fi
done
sleep 0.2
Expand Down

0 comments on commit e2d0d16

Please sign in to comment.