File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5598,11 +5598,11 @@ printResults(StatsData *total,
55985598 return ;
55995599
56005600 if (throttle_delay && latency_limit )
5601- printf ("number of transactions skipped: " INT64_FORMAT " (%.3f %%)\n" ,
5601+ printf ("number of transactions skipped: " INT64_FORMAT " (%.3f%%)\n" ,
56025602 total -> skipped , 100.0 * total -> skipped / total -> cnt );
56035603
56045604 if (latency_limit )
5605- printf ("number of transactions above the %.1f ms latency limit: " INT64_FORMAT "/" INT64_FORMAT " (%.3f %%)\n" ,
5605+ printf ("number of transactions above the %.1f ms latency limit: " INT64_FORMAT "/" INT64_FORMAT " (%.3f%%)\n" ,
56065606 latency_limit / 1000.0 , latency_late , ntx ,
56075607 (ntx > 0 ) ? 100.0 * latency_late / ntx : 0.0 );
56085608
You can’t perform that action at this time.
0 commit comments