dianaclarke commented on a change in pull request #9431:
URL: https://github.com/apache/arrow/pull/9431#discussion_r571311257



##########
File path: dev/archery/archery/benchmark/compare.py
##########
@@ -25,11 +25,11 @@ def items_per_seconds_fmt(value):
     if value < 1000:
         return "{} items/sec".format(value)
     if value < 1000**2:
-        return "{:.3f}k items/sec".format(value / 1000)

Review comment:
       In addition to the main change in the PR, Antoine asked me to change 
these units.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to