On Jan 17, 11:16 pm, Graham Dumpleton <[email protected]>
wrote:
> 2009/1/18 gert <[email protected]>:
>
> >http://91.121.53.159/bench.htm
>
> > lol i have no idea what to make out of it :-)
>
> Have you gone and bought yourself a Cray super computer?
>
> A rate of 1119971.58 requests per second seems a bit too good.
>
> Why are your benchmarks never believable. I still don't believe your
> previous ones where WSGI application performed better than static
> files, and now this.
>

See I knew you where going to say that :-)

#!/bin/bash

echo "<h2>static</h2>" > bench.htm
ab -n 100000 -w http://127.0.0.1/hello.txt >> bench.htm

echo "<h2>python</h2>" >> bench.htm
ab -n 100000 -w http://127.0.0.1/hello.py >> bench.htm

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to