Skip to content

plugins.aea-cli-benchmark.aea_cli_benchmark.case_multiagent.case

Envelopes generation speed for Behaviour act test.

TestHandler Objects

class TestHandler(Handler)

Dummy handler to handle messages.

setup

def setup() -> None

Noop setup.

teardown

def teardown() -> None

Noop teardown.

handle

def handle(message: Message) -> None

Handle incoming message.

run

def run(duration: int, runtime_mode: str, runner_mode: str,
        start_messages: int,
        num_of_agents: int) -> List[Tuple[str, Union[int, float]]]

Test multiagent message exchange.