MCPcopy Index your code
hub / github.com/PyO3/rust-numpy / bench

Function bench

x.py:90–94  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

88
89
90def bench(args):
91 if args.name is None:
92 run("cargo", "bench", "--all-features", "--benches")
93 else:
94 run("cargo", "bench", "--all-features", "--bench", args.name)
95
96
97def examples(args):

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected