Skip to content

Commit

Permalink
Update bench.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert authored Mar 16, 2024
1 parent b6f0f74 commit 56b8818
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 @@ -131,7 +131,7 @@ jobs:
${server_cmd["$server"]} &
PID=$!
echo "Running benchmarks for $server server" | tee -a comparison.txt
hyperfine -w -n "$client <- $server" --export-markdown step.md "${client_cmd[$client]}" | tee -a comparison.txt || true
hyperfine -w 1 -n "$client <- $server" --export-markdown step.md "${client_cmd[$client]}" | tee -a comparison.txt || true
echo >> comparison.txt
kill $PID
{
Expand Down

0 comments on commit 56b8818

Please sign in to comment.