New submission from Antoine Pitrou: Tornado 3.1.1 is compatible with Python 2.6, 2.7, 3.2 and upwards, which makes it a good candidate for a networking benchmark.
Here is a patch adding a HTTP (server + client) benchmark. A trivial HTTP server is spawned which writes a sizable body in response to requests. HTTP clients then connect with a certain amount of concurrency and fetch the HTTP server's resource. (note: the patch omits the Tornado lib itself for readability) ---------- files: tornado_bench.patch keywords: patch messages: 199613 nosy: brett.cannon, pitrou priority: normal severity: normal stage: patch review status: open title: Add Tornado HTTP benchmark type: enhancement versions: 3rd party Added file: http://bugs.python.org/file32067/tornado_bench.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19236> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com