[Speed] A new perf module: toolkit to write benchmarks

Antoine Pitrou solipsis at pitrou.net
Thu Jun 2 07:29:14 EDT 2016


On Thu, 2 Jun 2016 10:58:35 +0200
Victor Stinner <victor.stinner at gmail.com>
wrote:
> 
> Usually, timeit it used to compare two versions of Python.

timeit is used for many different things, including comparing two
versions of Python, but not only.

> For the CLI, we can extend timeit CLI to accept the path/name of two
> python binaries.

That sounds reasonable.

Regards

Antoine.




More information about the Speed mailing list