Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: eb43736de2a746369dd42f406bc705ec413f2e72 authored by Benjamin Peterson on 16 February 2014, 19:12:57 UTC
backout 2807a5f011e4 for causing #20621
Tip revision: eb43736
README
Importbench is a set of micro-benchmarks for various import scenarios.

It should not be used as an overall benchmark of import performance, but rather
an easy way to measure impact of possible code changes. For a real-world
benchmark of import, use the normal_startup benchmark from
https://github.com/python/performance
back to top