[Twisted-Python] Twisted receiving buffers swamped?
exarkun at twistedmatrix.com
exarkun at twistedmatrix.com
Wed Jan 14 05:50:00 MST 2015
On 03:18 am, glyph at twistedmatrix.com wrote:
>
>>On Jan 12, 2015, at 12:49 PM, Tobias Oberstein
>>But what is the "interface" between test cases from "twisted-
>>benchmarks" to codespeed?
>
>Codespeed runs the benchmark, and they print out this stuff:
>https://bazaar.launchpad.net/~twisted-dev/twisted-
>benchmarks/trunk/view/head:/benchlib.py#L12
>
>POSTing them via JSON would be nicer, structured data is great.
Nothing parses that output. It's just for humans.
The code you're looking for is:
https://bazaar.launchpad.net/~twisted-dev/twisted-
benchmarks/trunk/view/head:/speedcenter.py
which POSTs structured data (though urlencoded, not JSON) to the
codespeed server.
Jean-Paul
More information about the Twisted-Python
mailing list