Skip to content

plugins.aea-cli-benchmark.aea_cli_benchmark.case_agent_construction_time.command

Check amount of time and mem for agent setup.

main

@click.command(name="agent_construction_time")
@click.option("--agents",
              default=25,
              help="Amount of agents to construct.",
              show_default=True)
@number_of_runs_deco
@output_format_deco
def main(agents: int, number_of_runs: int, output_format: str) -> Any

Check agents construction time and memory usage.