Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DedalusProject/dedalus
/ bench
Function
bench
dedalus/tests/__init__.py:26–30 ·
view source on GitHub ↗
Run benchmarks.
()
Source
from the content-addressed store, hash-verified
24
return
pytest.main(cmd + [testpath])
25
26
def
bench():
27
""
"Run benchmarks."
""
28
cmd = base_cmd()
29
cmd.extend([
"--benchmark-only"
])
30
return
pytest.main(cmd + [testpath])
31
32
def
cov():
33
""
"Print test coverage."
""
Callers
1
__main__.py
File · 0.90
Calls
1
base_cmd
Function · 0.85
Tested by
no test coverage detected