MCPcopy
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
49def main():
50 parse_command_line()
51 for i in range(options.num_runs):
52 asyncio.run(run())
53
54
55async def run():

Callers 1

benchmark.pyFile · 0.70

Calls 3

parse_command_lineFunction · 0.90
runFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected