-
Notifications
You must be signed in to change notification settings - Fork 5
Update benchmarks and microbenchmarks #8
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
Conversation
.github/workflows/tests.yml
Outdated
strategy: | ||
max-parallel: 5 | ||
matrix: | ||
python-version: ['3.8', '3.9', '3.10', 'pypy-3.7-nightly'] |
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.
That version of PyPy is no longer supported.
python-version: ['3.8', '3.9', '3.10', 'pypy-3.7-nightly'] | |
python-version: ['3.8', '3.9', '3.10', 'pypy-3.11-nightly'] |
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.
I didn't update this old file and I will try to fix that.
.github/workflows/tests.yml
Outdated
|
||
- name: Install dependencies | ||
run: | | ||
pip install numpy cython pytest transonic pythran |
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.
Pythran does not work with PyPy.
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.
Ahh, maybe it does somewhat. At least it passes some tests https://github.com/pypy/binary-testing/actions/runs/14425922168
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.
At least on Linux, Pythran and PyPy are compatible. It works well at home and I'm confident that I'll be able to fix the CI.
631d1d8
to
010d2ad
Compare
I close because I think it's better to use https://github.com/hpyproject/piconumpy and I opened hpyproject#9 |
No description provided.