Message333480
$ ./python -m timeit -s "from operator import add" "add(1, 2)"
Unpatched: 5000000 loops, best of 5: 40.7 nsec per loop
Patched: 10000000 loops, best of 5: 32.6 nsec per loop
We should stop you, or the timing will become negative if you continue! |
|
Date |
User |
Action |
Args |
2019-01-11 15:47:52 | vstinner | set | recipients:
+ vstinner, scoder, larry, serhiy.storchaka, xtreak |
2019-01-11 15:47:51 | vstinner | set | messageid: <1547221671.39.0.439071476432.issue35582@roundup.psfhosted.org> |
2019-01-11 15:47:51 | vstinner | link | issue35582 messages |
2019-01-11 15:47:51 | vstinner | create | |
|