Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
def
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
97
def
examples(args):
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected