1. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  2. fd0d3e5 more yield from patch by Serhiy Storchaka by Philip Jenvey · 12 years ago
  3. d382bfc Move importlib.test.benchmark to Tools/importbench to make it more by Brett Cannon · 12 years ago[Renamed (98%) from Lib/test/test_importlib/benchmark.py]
  4. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/benchmark.py]
  5. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  6. 810c64d Issue #14764: Update importlib.test.benchmark to work in a world where by Brett Cannon · 12 years ago
  7. dfc3270 Make the benchmark recording more sensible for importlib.test.benchmark. by Brett Cannon · 12 years ago
  8. cae1068 Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used. by Brett Cannon · 12 years ago
  9. 466e6a9 Have importlib.test.benchmark test with tabnanny as a medium-sized test. by Brett Cannon · 12 years ago
  10. 5ea5b67 Fix a minor output typo as found by Terry Reedy. by Brett Cannon · 12 years ago
  11. e3a9ae5 Let importlib.test.benchmark take a specific benchmark name to run. by Brett Cannon · 12 years ago
  12. 190f33c Allow for the specification of a file to dump importlib benchmark by Brett Cannon · 12 years ago
  13. 5db0c94 Add importlib benchmarks which try to be "realistic" by importing the decimal by Brett Cannon · 14 years ago
  14. cbe1a4e Add comma grouping to max result so it's easier to read. by Brett Cannon · 14 years ago
  15. 3b0a19e Add benchmarks for importing just source w/o writing bytecode, importing source by Brett Cannon · 14 years ago
  16. 7b9bcb8 Touch up comments and code along with outputting what the unit of measure is. by Brett Cannon · 14 years ago
  17. 23cf574 Rework importlib benchmarks so that they measure number of executions within a by Brett Cannon · 15 years ago
  18. 6ae7a7d Add simple tests for __import__ for future optimizations to importlib. by Brett Cannon · 15 years ago