klen / py-frameworks-bench

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

Add weppy to benchmarked frameworks #7

Closed gi0baro closed 8 years ago

gi0baro commented 9 years ago

Note: I'm the creator of weppy

I'm quite curious to find out how it performs compared to the ones on stage. Let me know if is all good.

klen commented 8 years ago

Thank you!

klen commented 8 years ago

There are some problems with provided application.

1) The 'complete' handler doesn't work, but raises exception: AttributeError: type object 'Message' has no attribute 'id' 2) The provided application doesn't work with Gunicorn. wsgi.dynamic_handler returns response where response.output is list of unicode strings, but gunicorn waiting for list of bytes.

So the tests are not working now.

gi0baro commented 8 years ago

@klen I'm sorry about that. I'm gonna check it out in the next hours and make a PR to fix it. If you prefer to revert the merge I will push an updated PR. As you wish.