MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / run

Function run

benchmarks/benchmark_fmq.py:55–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54def producer_process(proc_id, msg_count, payload_size, shm_threshold, result_q):
55 async def run():
56 await producer_task(proc_id, msg_count, payload_size, shm_threshold, result_q)
57
58 asyncio.run(run())
59

Callers 2

producer_processFunction · 0.70
consumer_processFunction · 0.70

Calls 2

producer_taskFunction · 0.85
consumer_taskFunction · 0.85

Tested by

no test coverage detected