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.