This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients benjamin.peterson, brett.cannon, collinwinter, ezio.melotti, francismb, pitrou
Date 2012-09-13.12:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347540010.06.0.0474287881084.issue13990@psf.upfronthosting.co.za>
In-reply-to
Content
Can you copy-and-paste the exact commands you are using to build and run the benchmarks (along with version info for the interpreter used to do the building) as I'm on the same revision and can't reproduce anymore?

$ mkdir benchmarks_py3k
$ cd benchmarks_py3k/
$ $ /usr/bin/python2.6 -V
Python 2.6.5
$ PYTHON=/usr/bin/python2.6 ../benchmarks/make_perf3.sh ../benchmarks
# ... 2to3 output
$ python3 -V
Python 3.2.3
$ python3 perf.py -f -b 2to3 `which python3` `which python3`
Running 2to3...
INFO:root:Running /usr/bin/python3 lib/2to3/2to3 -f all lib/2to3/lib2to3/refactor.py
INFO:root:Running `['/usr/bin/python3', 'lib/2to3/2to3', '-f', 'all', 'lib/2to3/lib2to3/refactor.py']` 1 time
INFO:root:Running /usr/bin/python3 lib/2to3/2to3 -f all lib/2to3/lib2to3/refactor.py
INFO:root:Running `['/usr/bin/python3', 'lib/2to3/2to3', '-f', 'all', 'lib/2to3/lib2to3/refactor.py']` 1 time

Report on Linux importthis.wat.corp.google.com 3.2.5-gg944 #1 SMP Thu Aug 2 02:35:13 PDT 2012 x86_64 x86_64
Total CPU cores: 12

### 2to3 ###
0.540000 -> 0.560000: 1.04x slower
History
Date User Action Args
2012-09-13 12:40:10brett.cannonsetrecipients: + brett.cannon, collinwinter, pitrou, benjamin.peterson, ezio.melotti, francismb
2012-09-13 12:40:10brett.cannonsetmessageid: <1347540010.06.0.0474287881084.issue13990@psf.upfronthosting.co.za>
2012-09-13 12:40:08brett.cannonlinkissue13990 messages
2012-09-13 12:40:08brett.cannoncreate