Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/faust-streaming/faust
/ create_benchmark_agent
Method
create_benchmark_agent
tests/bench/base.py:65–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
self.app.main()
64
65
def
create_benchmark_agent(self):
66
self._agent = self.app.agent(self.consume_topic)(self.process)
67
68
async
def
process(self, stream):
69
time_last = None
Callers
1
install
Method · 0.95
Calls
1
agent
Method · 0.45
Tested by
no test coverage detected