Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ main
Function
main
maint/benchmark/benchmark.py:49–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
def
main():
50
parse_command_line()
51
for
i in range(options.num_runs):
52
asyncio.run(run())
53
54
55
async
def
run():
Callers
1
benchmark.py
File · 0.70
Calls
3
parse_command_line
Function · 0.90
run
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected