Brett Cannon | d382bfc | 2012-07-20 14:54:53 -0400 | [diff] [blame] | 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 | ||||
Senthil Kumaran | b2ee40e | 2017-02-16 07:18:42 -0800 | [diff] [blame] | 6 | https://github.com/python/performance |