Skip to content

Commit

Permalink
Go back to killall
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 12, 2024
1 parent 11320d0 commit d37e706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
time taskset -c 1 nice -n -20 \
cargo "+$TOOLCHAIN" flamegraph -o "client-$CC.svg" -v -c "$PERF_OPT -o client-$CC.perf" \
--bin neqo-client -- --output-dir "$TMP" --cc "$CC" "https://$HOST:4433/$SIZE"
kill $PID
killall -v -u bench neqo-server
[ "$(wc -c < "$TMP/$SIZE")" -eq "$SIZE" ] || exit 1
rm -rf "$TMP"
done
Expand Down

0 comments on commit d37e706

Please sign in to comment.