MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / handle_benchmark_command

Function handle_benchmark_command

cli/main.py:273–276  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

271
272
273def handle_benchmark_command(args: argparse.Namespace) -> int:
274 if args.benchmark_command == "list":
275 return handle_benchmark_list(args.benchmark_file, verbose=args.verbose)
276 raise ValueError(f"Unsupported benchmark command: {args.benchmark_command}")
277
278
279def handle_doctor(

Callers 1

mainFunction · 0.85

Calls 1

handle_benchmark_listFunction · 0.85

Tested by

no test coverage detected