This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add IO bandwidth test to ccbench
Type: enhancement Stage: patch review
Components: Demos and Tools Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dabeaz, pitrou
Priority: normal Keywords: patch

Created on 2010-02-22 21:31 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bwtest.patch pitrou, 2010-02-22 23:55
Messages (2)
msg99837 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-02-22 21:31
This patch adds an I/O bandwidth test to ccbench, based on an UDP echo server.
msg101024 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-03-13 21:28
Committed in r78939 (trunk) and r78940 (py3k).
History
Date User Action Args
2022-04-11 14:56:58adminsetgithub: 52241
2010-03-13 21:28:19pitrousetstatus: open -> closed
resolution: fixed
messages: + msg101024
2010-02-22 23:55:44pitrousetfiles: + bwtest.patch
2010-02-22 23:55:29pitrousetfiles: - bandwidth.patch
2010-02-22 21:31:08pitroucreate