Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 18, 2024
1 parent cd6c224 commit 32a43d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@ jobs:
# shellcheck disable=SC2086
taskset -c 1 nice -n -20 \
perf $PERF_OPT -o "$client-$server$EXT.client.perf" \
hyperfine -n "$TAG" -u millisecond --export-markdown step.md "$CMD" |
hyperfine -w 1 -s "sleep 1" -n "$TAG" -u millisecond --export-markdown step.md "$CMD" |
tee -a comparison.txt
echo >> comparison.txt
ps -ef
echo "Killing $PID"
kill $PID
cat step.md >> steps.md
done
Expand Down

0 comments on commit 32a43d8

Please sign in to comment.