Uh oh!
There was an error while loading. Please reload this page.
Add simple memory allocation benchmark - #132
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pablogsal
commented
Feb 8, 2022
I'm happy landing this. Let's give some days if @vstinner wants to take a look. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
vstinner
commented
Feb 8, 2022
Does it belong to pyperformance which is supposed to be a set of "macro benchmarks"? IMO it's to have benchmarks outside pyperformance. @ericsnowcurrently wants to add the ability to plug your own benchmark suite in pyperformance using configuration files, but I didn't follow his PR recently. |
pablogsal
commented
Feb 8, 2022
I would say yes: we have things that are quite small in what they do anyway. C'mon, we even have unpacking tests: |
vstinner
commented
Feb 8, 2022
Maybe these tests don't belong to pyperformance :-(
It's up to you. |
ericsnowcurrently
commented
Feb 8, 2022
My PR landed a while back and is part of the most recent release. That said, we already have a bunch of micro benchmarks so I'm not opposed to adding more. (We can separate the bunch later.) However, it would be worth marking them as "micro" sooner rather than later so they are easy to skip. That would involve adding/updating |
Uh oh!
There was an error while loading. Please reload this page.
pablogsal
commented
Feb 9, 2022
@tiran THe benchmark fails for pypy because |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Stan Ulbrych <stan@python.org>
No description provided.