@apple/app-store-server-library
    Preparing search index...

    Interface PerformanceTestResponseTimes

    An object that describes test response times.

    PerformanceTestResponseTimes

    interface PerformanceTestResponseTimes {
        average: number;
        p50: number;
        p90: number;
        p95: number;
        p99: number;
    }
    Index

    Properties

    Properties

    average: number

    Average response time in milliseconds.

    average

    p50: number

    The 50th percentile response time in milliseconds.

    p50

    p90: number

    The 90th percentile response time in milliseconds.

    p90

    p95: number

    The 95th percentile response time in milliseconds.

    p95

    p99: number

    The 99th percentile response time in milliseconds.

    p99