MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / is_verbose

Function is_verbose

benchmarks/python-performance.py:29–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 return (end - start) * 1000 # Convert to milliseconds
28
29def is_verbose() -> bool:
30 return ('--verbose' in sys.argv) or ('-v' in sys.argv) or (os.getenv('BENCH_VERBOSE') == '1')
31
32# Generated benchmark functions
33

Callers 1

run_benchmarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected