Skip to content
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

Severe performance penalty on PyPy when sending large messages #48

Open
jgehrcke opened this issue Sep 23, 2018 · 0 comments
Open

Severe performance penalty on PyPy when sending large messages #48

jgehrcke opened this issue Sep 23, 2018 · 0 comments
Labels
affects dev only Does not affect regular gipc release needs triage

Comments

@jgehrcke
Copy link
Owner

Seeing that with examples/raw_largemsg_bench.py. Just added the following comment there:

# This example seems to suffer from a severe performance problem on PyPy. On my
# machine I got 890 MBytes/s on CPython 3.6.3 / gevent 1.3.6, whereas with
# PyPy35-6.0.0 (everything else constant) I saw 3 MB/s. Adopt to this so that
# this executes within reasonable time during CI.
@jgehrcke jgehrcke added needs triage affects dev only Does not affect regular gipc release labels Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects dev only Does not affect regular gipc release needs triage
Projects
None yet
Development

No branches or pull requests

1 participant