Skip to content

Commit

Permalink
regressions: improve formatting of thread ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy Al Bahra committed Jan 13, 2025
1 parent 4f1e5cc commit d20bc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regressions/ck_spinlock/benchmark/throughput.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ main(int argc, char *argv[])
fprintf(stderr, "done\n\n");

for (i = 0, v = 0; i < nthr; i++) {
printf("%d %15" PRIu64 "\n", i, count[i].value);
printf("%.2d %15" PRIu64 "\n", i, count[i].value);
v += count[i].value;
}

Expand Down

0 comments on commit d20bc48

Please sign in to comment.