New submission from David Cramer <[email protected]>: http://github.com/getsentry/sentry
https://gist.github.com/dcramer/5537828 You'll need to install pysycopg2cffi otherwise Sentry wont load at all. I just stuff the monkey patch commands in the sentry.conf.py This benchmark probably sucks, but I'd love to see if I could get some reasonable gains out of PyPy. Some notes: - the login view does nothing, so probably awful test - it does nothing, so it should be faster - it does nothing, so it should not eventually climb to 500mb of mem ? (req/s is my primary goal here, though .5gb per process is pretty intense on the memory use) ---------- messages: 5683 nosy: dcramer, pypy-issue priority: performance bug status: unread title: Uses all my memory and slow ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1479> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
