This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients Jim Fasarakis-Hilliard, Mark.Shannon, Roy Williams, Ryan May, brett.cannon, francismb, gvanrossum, josh.r, jstasiak, methane, ncoghlan, ned.deily, vstinner, yselivanov
Date 2019-10-08.09:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+TwwP6msvO+t4rKOgA3Pbwvq9FFvBjb73nBWj0YT74DkHw@mail.gmail.com>
In-reply-to <1570452060.66.0.886326993478.issue26219@roundup.psfhosted.org>
Content
On Mon, Oct 7, 2019 at 9:41 PM Mark Shannon <report@bugs.python.org> wrote:
>
> Mark Shannon <mark@hotpy.org> 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.)
History
Date User Action Args
2019-10-08 09:51:06methanesetrecipients: + methane, gvanrossum, brett.cannon, ncoghlan, vstinner, ned.deily, Mark.Shannon, francismb, yselivanov, jstasiak, josh.r, Jim Fasarakis-Hilliard, Ryan May, Roy Williams
2019-10-08 09:51:06methanelinkissue26219 messages
2019-10-08 09:51:06methanecreate