summaryrefslogtreecommitdiffstats
path: root/Tools/importbench/importbench.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-201-0/+252
visible and to place it with other micro-benchmarks (e.g. stringbench).