plugins.aea-cli-benchmark.aea_
cli_
benchmark.case_
acn_
communication.case
Check amount of time for acn connection communications.
TimeMeasure Objects
class TimeMeasure()
Time measure data class.
__
init__
def __init__()
Init data class instance.
time_
measure
@contextmanager
def time_measure()
Get time measure context.
make_
envelope
def make_envelope(from_addr: str, to_addr: str) -> Envelope
Construct an envelope.
run
def run(connection: str,
run_times: int = 10) -> List[Tuple[str, Union[int, float]]]
Check construction time and memory usage.