MCPcopy
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
90def bench_both(n=DEFAULT_ITS):
91 bench_apply(n)
92 bench_work(n)
93
94
95def main(argv=sys.argv):

Callers

nothing calls this directly

Calls 2

bench_applyFunction · 0.85
bench_workFunction · 0.85

Tested by

no test coverage detected