-
-
Notifications
You must be signed in to change notification settings - Fork 51
Helper microbench #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helper microbench #486
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some questions, but seems helpful. Thank you.
@@ -1,8 +1,10 @@ | |||
from setuptools import setup, Extension | |||
|
|||
setup( | |||
name="hpy.microbench", | |||
setup_requires=['cffi', 'hpy'], | |||
# Workaround: HPy adds files to the sources list and uses absolute paths. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any thoughts on how to improve the general HPy situation here?
@paugier Some of the tests are failing. It looks unrelated but it would be nice to understand why. |
I fixed the job related to microbench but the CI is broken for unrelated things:
Note that this test calls By the way, there are many calls of |
For the record, the result of last commands in the README (on a machine called meige8pcpa79):
For PyPy most microbenchmarks are good but there are few known problems (see pypy/pypy#3816). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paugier If you're happy with this now, I'll merge.
Done and CI is green! |
@paugier Thanks again for this! |
For the record, I needed that to run HPy microbenchmarks.