summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/benchmark.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-252/+0
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-4/+3
* Issue #14764: Update importlib.test.benchmark to work in a world whereBrett Cannon2012-05-111-0/+14
* Make the benchmark recording more sensible for importlib.test.benchmark.Brett Cannon2012-02-241-29/+27
* Re-order importlib benchmarks to be consistent. Also print out what implement...Brett Cannon2012-02-071-6/+8
* Have importlib.test.benchmark test with tabnanny as a medium-sized test.Brett Cannon2012-02-071-32/+58
* Fix a minor output typo as found by Terry Reedy.Brett Cannon2012-01-311-1/+1
* Let importlib.test.benchmark take a specific benchmark name to run.Brett Cannon2012-01-311-3/+18
* Allow for the specification of a file to dump importlib benchmarkBrett Cannon2012-01-311-10/+36
* Add importlib benchmarks which try to be "realistic" by importing the decimalBrett Cannon2010-07-221-7/+50
* Add comma grouping to max result so it's easier to read.Brett Cannon2010-07-161-1/+1
* Add benchmarks for importing just source w/o writing bytecode, importing sourceBrett Cannon2010-07-161-14/+57
* Touch up comments and code along with outputting what the unit of measure is.Brett Cannon2010-07-151-7/+10
* Rework importlib benchmarks so that they measure number of executions within aBrett Cannon2009-09-031-51/+52
* Add simple tests for __import__ for future optimizations to importlib.Brett Cannon2009-03-301-0/+82