summaryrefslogtreecommitdiffstats
path: root/Tools/importbench
Commit message (Collapse)AuthorAgeFilesLines
* Change some mercurial/ hg.python.org references. (#8) (#184)Senthil Kumaran2017-02-201-1/+1
| | | (cherry picked from commit b2ee40ed9c9041dcff9c898aa19aacf9ec60308a)
* Issue #27418: Fixed Tools/importbench/importbench.py.Serhiy Storchaka2016-06-301-7/+6
|
* more yield fromPhilip Jenvey2012-10-011-19/+12
| | | | patch by Serhiy Storchaka
* Move importlib.test.benchmark to Tools/importbench to make it moreBrett Cannon2012-07-202-0/+258
visible and to place it with other micro-benchmarks (e.g. stringbench).