Skip to content

Commit

Permalink
msquic server exits with non-zero
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 18, 2024
1 parent 51a1ecf commit 20e9ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
)
declare -A server_cmd=(
["neqo"]="target/release/neqo-server _cc _pacing -o -a hq-interop -Q 1 $HOST:$PORT"
["msquic"]="msquic/build/bin/Release/quicinteropserver -root:$TMP -listen:$HOST -port:$PORT -file:$TMP/cert -key:$TMP/key -noexit"
["msquic"]="msquic/build/bin/Release/quicinteropserver -root:$TMP -listen:$HOST -port:$PORT -file:$TMP/cert -key:$TMP/key -noexit || true"
)
function transmogrify {
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
# shellcheck disable=SC2086
taskset -c 1 nice -n -20 \
perf $PERF_OPT -o "$client-$server$EXT.client.perf" \
hyperfine --show-output -n "$TAG" -u millisecond --export-markdown step.md "$CMD" |
hyperfine -n "$TAG" -u millisecond --export-markdown step.md "$CMD" |
tee -a comparison.txt
echo >> comparison.txt
kill $PID
Expand Down

0 comments on commit 20e9ca9

Please sign in to comment.