Skip to content

Commit

Permalink
test: fix bug in performance test format (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Sep 2, 2023
1 parent 59bb639 commit 4e96dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ static int testcase_perf(const struct test *test, double *usec_avgp)
if (usec_avgp)
*usec_avgp = usec_avg;

re_printf("%-32s: %10.2f usec [%6u repeats]\n",
re_printf("%-32s: %10.2f usec [%6zu repeats]\n",
test->name, usec_avg, i);

return 0;
Expand Down

0 comments on commit 4e96dcc

Please sign in to comment.