Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 322 | 7 | 5 | |
importbench.py | D | 03-May-2024 | 8.9 KiB | 245 | 210 |
README
1Importbench is a set of micro-benchmarks for various import scenarios. 2 3It should not be used as an overall benchmark of import performance, but rather 4an easy way to measure impact of possible code changes. For a real-world 5benchmark of import, use the normal_startup benchmark from 6https://github.com/python/performance 7