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,
5598
5598
return ;
5599
5599
5600
5600
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" ,
5602
5602
total -> skipped , 100.0 * total -> skipped / total -> cnt );
5603
5603
5604
5604
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" ,
5606
5606
latency_limit / 1000.0 , latency_late , ntx ,
5607
5607
(ntx > 0 ) ? 100.0 * latency_late / ntx : 0.0 );
5608
5608
You can’t perform that action at this time.
0 commit comments