Antoine Pitrou <[email protected]> added the comment:

Benchmarks:

* before:

$ ./env-orig/bin/pyperf timeit "class Test: pass"
.....................
Mean +- std dev: 9.51 us +- 0.17 us

* after:

$ ./env/bin/pyperf timeit "class Test: pass"
.....................
Mean +- std dev: 8.89 us +- 0.09 us

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32379>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to