Skip to content

Commit

Permalink
Improving Multi Tool reports
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Sep 11, 2024
1 parent c5c0ec9 commit 511e619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void main(String[] args) throws Exception {
@Override
public void run(Context ctx, Connection nc, Stats stats, int id) throws Exception {
int round = 0;
int unReported = 0;
long unReported = 0;
report(ctx, round, "Begin Custom");
while (round < ctx.messageCount) {
stats.manualElapsed(nc.RTT().toNanos(), 1);
Expand Down

0 comments on commit 511e619

Please sign in to comment.