Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ get
Method
get
maint/benchmark/chunk_benchmark.py:23–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
22
class
ChunkHandler(RequestHandler):
23
def
get(self):
24
for
i in xrange(options.num_chunks):
25
self.write(
'A'
* options.chunk_size)
26
self.flush()
27
self.finish()
28
29
30
def
main():
Callers
nothing calls this directly
Calls
3
write
Method · 0.45
flush
Method · 0.45
finish
Method · 0.45
Tested by
no test coverage detected