[pypy-dev] Benchmarking PyPy performance on real-world Django app

Maciej Fijalkowski fijall at gmail.com
Fri Oct 7 19:23:00 CEST 2011


On Fri, Oct 7, 2011 at 7:19 PM, Ian P. Cooke <ipc at informatic.io> wrote:
>
> On Oct 07, 2011, at 11:50 , Maciej Fijalkowski wrote:
>
> On Fri, Oct 7, 2011 at 1:33 PM, Igor Katson <igor.katson at gmail.com> wrote:
>
> [...]
>
> Though, the need to load the page 500 times after each server reload is not
>
> comfortable.
>
> [...]
> I've heard people using gunicorn. Maybe this is a good try? Loading
> the pages is indeed annoying, but you need to load it a couple times
> for results not to be noticably slower :) We kind of know that the JIT
> warmup time is high, but it's partly a thing to fix and partly an
> inherent property of the JIT.
>
>
> Would adjusting the JIT's threshold and function_threshold settings help
> here?

Not really, since you'll compile more stuff than you want


More information about the pypy-dev mailing list