Skip to content

Commit

Permalink
actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 17, 2024
1 parent 5f5b793 commit e78b1be
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 @@ -123,15 +123,15 @@ jobs:
TAG="$TAG)"
echo "Running benchmarks for $TAG" | tee -a comparison.txt
transmogrify "${server_cmd[$server]}" "$cc" "$pacing"
# shellcheck disable=SC2086
echo "perf $PERF_OPT -o $client-$server$EXT.server.perf $CMD"
# shellcheck disable=SC2086
taskset -c 0 nice -n -20 \
perf $PERF_OPT -o "$client-$server$EXT.server.perf" $CMD &
PID=$!
transmogrify "${client_cmd[$client]}" "$cc" "$pacing"
# shellcheck disable=SC2086
echo "perf $PERF_OPT -o $client-$server$EXT.client.perf \
hyperfine -w 1 -n $TAG -u millisecond --export-markdown step.md $CMD"
# shellcheck disable=SC2086
taskset -c 1 nice -n -20 \
perf $PERF_OPT -o "$client-$server$EXT.client.perf" \
hyperfine -w 1 -n "$TAG" -u millisecond --export-markdown step.md "$CMD" |
Expand Down

0 comments on commit e78b1be

Please sign in to comment.