[Speed] Rename python/benchmarks GitHub project to python/performance?

Antoine Pitrou solipsis at pitrou.net
Fri Aug 26 04:26:07 EDT 2016


On Fri, 26 Aug 2016 00:07:53 +0200
Victor Stinner <victor.stinner at gmail.com>
wrote:
> 
> By the way, I don't know if it's worth it to have a "pyperformance"
> command line tool. You can already use "python3 -m performance ..."
> syntax. But you have to recall the Python version used to install the
> module. "python2 -m performance ..." doesn't work if you only
> installed performance for Python 3!

Also, you may have several Python 3s installed (the system 3.4, a
custom 3.4, a custom 3.5, a custom 3.6...) so a CLI script is much
easier to use.

Regards

Antoine.




More information about the Speed mailing list