MCPcopy 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
26def bench():
27 """Run benchmarks."""
28 cmd = base_cmd()
29 cmd.extend(["--benchmark-only"])
30 return pytest.main(cmd + [testpath])
31
32def cov():
33 """Print test coverage."""

Callers 1

__main__.pyFile · 0.90

Calls 1

base_cmdFunction · 0.85

Tested by

no test coverage detected