MCPcopy Index your code
hub / github.com/nodejs/node / read_sites

Function read_sites

deps/v8/tools/callstats.py:257–261  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

255
256
257def read_sites(args):
258 # Determine the websites to benchmark.
259 if args.sites_file:
260 return read_sites_file(args)
261 return [{'url': site, 'timeout': args.timeout} for site in args.sites]
262
263def do_run(args):
264 sites = read_sites(args)

Callers 2

do_runFunction · 0.85
do_run_replay_serverFunction · 0.85

Calls 1

read_sites_fileFunction · 0.85

Tested by

no test coverage detected