Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
def
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_process
Function · 0.70
consumer_process
Function · 0.70
Calls
2
producer_task
Function · 0.85
consumer_task
Function · 0.85
Tested by
no test coverage detected