wesm opened a new pull request #7516:
URL: https://github.com/apache/arrow/pull/7516


   This uses pandas to generate a sorted text table when using `archery 
benchmark diff`. Example:
   
   https://github.com/apache/arrow/pull/7506#issuecomment-647633470
   
   There's some other incidental changes
   
   * pandas is required for `archery benchmark diff`. I don't think there's 
value in reimplementing the stuff that pandas can do in a few lines of code 
(read JSON, create a sorted table and print it nicely for us). 
   * The default # of benchmarks repetitions has been changed from 10 to 1 (see 
ARROW-9155 for context). IMHO more interactive benchmark results is more useful 
than higher precision. If you need higher precision you can pass 
`--repetitions=10` on the command line
   * `archery benchmark` was building the unit tests unnecessarily. This also 
occluded a bug ARROW-9209, which is fixed here


----------------------------------------------------------------
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:
[email protected]


Reply via email to