MCPcopy
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

installMethod · 0.95

Calls 1

agentMethod · 0.45

Tested by

no test coverage detected