Message332335
> How this affects the import time (use -X importtime)?
Is there reliable way to benchmark this?
On multiple runs with regex for python3 -X importtime -c 'import base64'
import time: 677 | 11151 | base64
On multiple runs without regex for python3 -X importtime -c 'import base64'
import time: 551 | 5726 | base64 |
|
| Date |
User |
Action |
Args |
| 2018-12-22 08:10:30 | xtreak | set | recipients:
+ xtreak, scoder, serhiy.storchaka, djhoulihan |
| 2018-12-22 08:10:28 | xtreak | set | messageid: <1545466228.49.0.98272194251.issue35559@roundup.psfhosted.org> |
| 2018-12-22 08:10:28 | xtreak | link | issue35559 messages |
| 2018-12-22 08:10:28 | xtreak | create | |
|