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 Twisted #9

Closed hawkowl closed 8 years ago

hawkowl commented 8 years ago

Hi! This adds Twisted (on Python 3) as a benchmark candidate.

It should work, but I had trouble deploying the vagrant VM (it appears to need some galaxy modules?) or I've got the wrong versions or something. The JSON part works at least :)

@klen maybe try in your known-good env?

klen commented 8 years ago

Thank you! Going to merge.

klen commented 8 years ago

Is there any way to start the twisted application with 2 concurrent workers (threads)? Because for other apps the tests use 2 workers for each.