We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we have a pypy branch feat/pypy, we should do performance analysis for the pypy version docker image and see if we can merge this branch.
feat/pypy
The text was updated successfully, but these errors were encountered:
➤ giangbui commented:
I have also observed the same situation when benchmarking the sheepdog. Please check the peregrine for more detail in the below link
https://jira.opensciencedatacloud.org/browse/PXD-1330
Here a the results, of mean submitting time with cPython 2.7 and PyPy 1.6.1:
After 10 requests: cPython - 115s PyPy - 210s
200 request more: cPython - 110 PyPy - 119s
200 request more: cPython - 117 PyPy - 116s
It seems there is no improvement with using pypy
Sorry, something went wrong.
giangbui
No branches or pull requests
we have a pypy branch
feat/pypy
, we should do performance analysis for the pypy version docker image and see if we can merge this branch.The text was updated successfully, but these errors were encountered: