[New-bugs-announce] [issue19236] Add Tornado HTTP benchmark

Antoine Pitrou report at bugs.python.org
Sat Oct 12 21:15:31 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19236>
_______________________________________


More information about the New-bugs-announce mailing list