klen / py-frameworks-bench

Another benchmark for some python frameworks
https://klen.github.io/py-frameworks-bench/
MIT License
709 stars 85 forks source link

json test unfair #10

Closed PegasusWang closed 8 years ago

PegasusWang commented 8 years ago

Some framework use simplejson as default(flask), some use built-in json module(tornado).

klen commented 8 years ago

Yes, and what is wrong? It's all about default features which user has from chosen framework. If Flask uses simplejson by default and tornado built in I don't see any problem. I don't want to hack test for speedups. I'm trying to be close to default configuration for each framework.