libp2p
    Preparing search index...

    Interface Perf

    interface Perf {
        measurePerformance(
            multiaddr: Multiaddr,
            sendBytes: number,
            recvBytes: number,
            options?: PerfOptions,
        ): AsyncGenerator<PerfOutput>;
    }
    Index

    Methods