Skip to content

Commit

Permalink
killall
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 14, 2024
1 parent ac26444 commit 69c381e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,12 @@ jobs:
nice -n -20 taskset -c 0 \
cargo +$TOOLCHAIN flamegraph -v -c "$PERF_CMD" \
--bin neqo-server -- --db ../test-fixture/db $HOST:4433 || true; } &
PID=$!
mkdir client; \
cd client; \
time nice -n -20 taskset -c 1 \
cargo +$TOOLCHAIN flamegraph -v -c "$PERF_CMD" \
--bin neqo-client -- --output-dir . https://$HOST:4433/$SIZE
kill -INT $PID
killall -INT neqo-server
cd ${{ github.workspace }}
[ "$(wc -c < client/"$SIZE")" -eq "$SIZE" ] || exit 1
env:
Expand Down

0 comments on commit 69c381e

Please sign in to comment.