Home | History | Annotate | only in /external/python/cpython3/Tools/importbench
Up to higher level directory
NameDateSize
importbench.py21-Aug-20188.9K
README21-Aug-2018322

README

      1 Importbench is a set of micro-benchmarks for various import scenarios.
      2 
      3 It should not be used as an overall benchmark of import performance, but rather
      4 an easy way to measure impact of possible code changes. For a real-world
      5 benchmark of import, use the normal_startup benchmark from
      6 https://github.com/python/performance
      7