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

    Interface PerformanceTestConfig

    An object that enumerates the test configuration parameters.

    PerformanceTestConfig

    interface PerformanceTestConfig {
        maxConcurrentRequests: number;
        responseTimeThreshold: number;
        successRateThreshold: number;
        totalDuration: number;
        totalRequests: number;
    }
    Index

    Properties

    maxConcurrentRequests: number

    The maximum number of concurrent requests the API allows.

    maxConcurrentRequests

    responseTimeThreshold: number

    The maximum time your server has to respond when the system calls your Get Retention Message endpoint in the sandbox environment.

    responseTimeThreshold

    successRateThreshold: number

    The success rate threshold percentage.

    successRateThreshold

    totalDuration: number

    The total duration of the test in milliseconds.

    totalDuration

    totalRequests: number

    The total number of requests to make during the test.

    totalRequests