Re: Django benchmark is low

2017-12-17 Thread Levi Cameron
On Sunday, December 17, 2017 at 3:01:20 AM UTC+11, Gary wrote: > > > Hi all, > > Why Django has low benchmark? > https://www.techempower.com/benchmarks/ > > Pls share your views. > What is 'low'? [1] *Microbenchmarks don't reflect reality* It's pretty easy to make one framework look good if you

Re: Django benchmark is low

2017-12-16 Thread Jamesie Pic
Well, they're using tornado as frontend serveur, perhaps they should try with uwsgi. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Django benchmark is low

2017-12-16 Thread Aymeric Augustin
Hello Gary, https://www.techempower.com/benchmarks/#section=data-r14&hw=ph&test=plaintext says Django can serve 88,019 requests per second. That's about 11µs per request (1µs = 1e-6s). Response times for Django-pow