Daniel Stutzbach <stutzb...@google.com> added the comment:

Antoine Pitrou <rep...@bugs.python.org> wrote:
> Right, that wouldn't suit your present purposes. But apparently you 
> are proposing to add a list sorting benchmark to the Tools directory,
> with lots of duplicated code from that repo...

Oh, I just stuck that under Tools because it was convenient for testing.  The 
timing script is in a separate patch because I'm -0 on committing the timing 
script itself.

The perf.py that my timing script uses is based on the one from benchmarks/, 
but with 90% of the code removed, so the amount of duplicated code is less than 
it may at first appear.

My script could go in benchmarks/ if there was a convenient way for it to 
import perf.py.  I wouldn't want to clutter the top-level directory with my 
script though.  Any suggestions?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to