@vpalmisano/webrtcperf
    Preparing search index...

    Function aggregateStatsSummary

    • It aggregates the stats summary from multiple test runs in a directory.

      Parameters

      • __namedParameters: {
            dirPath?: string;
            nameParser?: (name: string) => { id: string; scenario: string };
            receiverParticipantName?: string;
            senderParticipantName?: string;
        }

      Returns Promise<StatsSummary[]>

      Array of aggregated stats including timestamp, id, scenario, videoRecvBitratePerPixel, videoRecvFps, and videoSentFps.