Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ bench_both
Function
bench_both
t/benchmarks/bench_worker.py:90–92 ·
view source on GitHub ↗
(n=DEFAULT_ITS)
Source
from the content-addressed store, hash-verified
88
89
90
def
bench_both(n=DEFAULT_ITS):
91
bench_apply(n)
92
bench_work(n)
93
94
95
def
main(argv=sys.argv):
Callers
nothing calls this directly
Calls
2
bench_apply
Function · 0.85
bench_work
Function · 0.85
Tested by
no test coverage detected