You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Seeing that with
examples/raw_largemsg_bench.py
. Just added the following comment there:The text was updated successfully, but these errors were encountered: