Inada Naoki <[email protected]> added the comment:
On Mon, Oct 7, 2019 at 9:41 PM Mark Shannon <[email protected]> wrote: > > Mark Shannon <[email protected]> added the comment: > > Given that > def foo(): int; str; bytes; float; int; str; bytes; float > can be trivially be rewritten as > def foo(): pass > I think that benchmark is meaningless. > Do you mean every microbenchmark measuring single feature is meaningless? I think it is worth enough for readers who understand what `LOAD_GLOBAL` instruction means. (e.g. People who using techniques like `int_ = int` before a loop.) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue26219> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
