Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make fmt
Signed-off-by: Danny Kopping <danny@coder.com>
  • Loading branch information
dannykopping committed Apr 16, 2024
commit edf5ef07f3664db6eb7de5803c638f0dac2d2b09
2 changes: 1 addition & 1 deletion scaletest/scaletest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ while ! maybedryrun "$DRY_RUN" timeout 1 bash -c "echo > /dev/tcp/localhost/6061
echo "pprof failed to become ready in time!"
exit 1
fi
((pprof_attempt_counter+=1))
((pprof_attempt_counter += 1))
maybedryrun "$DRY_RUN" sleep 3
done

Expand Down