Initial import to Tizen
[profile/ivi/python-twisted.git] / doc / conch / benchmarks / README
1 This directory contains various simple programs intended to exercise various
2 features of Twisted Conch as a way to learn about and track their
3 performance characteristics.  As there is currently no record of past
4 benchmark results, the tracking aspect of this is currently somewhat
5 fantastic.  However, the intent is for this to change at some future point.
6
7 All (one) of the programs in this directory are currently intended to be
8 invoked directly and to report some timing information on standard out.
9
10 The following benchmarks are currently available:
11
12 buffering_mixin.py:
13
14     This deals with twisted.conch.mixin.BufferingMixin which provides
15     Nagle-like write coalescing for Protocol classes.