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 Arfrever, brett.cannon, flox, mark.dickinson, meador.inge, ncoghlan, pitrou
Date 2012-07-18.12:53:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342615994.82.0.0370791784185.issue15368@psf.upfronthosting.co.za>
In-reply-to
Content
You ran the benchmarks correctly, but I was more worried about compilation time than execution time (changing which index is for what really shouldn't make a difference in performance, and the benchmarks show that). If you want to test using the importlib benchmarks, run ``./python.exe -m importlib.test.benchmark`` and compare the output (run with -h to see all the options).
History
Date User Action Args
2012-07-18 12:53:14brett.cannonsetrecipients: + brett.cannon, mark.dickinson, ncoghlan, pitrou, Arfrever, flox, meador.inge
2012-07-18 12:53:14brett.cannonsetmessageid: <1342615994.82.0.0370791784185.issue15368@psf.upfronthosting.co.za>
2012-07-18 12:53:14brett.cannonlinkissue15368 messages
2012-07-18 12:53:14brett.cannoncreate