Message354181
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.) |
|
Date |
User |
Action |
Args |
2019-10-08 09:51:06 | methane | set | recipients:
+ 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:06 | methane | link | issue26219 messages |
2019-10-08 09:51:06 | methane | create | |
|