Function getAppEvaluationComparison

  • Compares exactly two app evaluations, a baseline and a comparison, returning a structured diff of performance metrics between them. Use this operation to detect regressions after app changes or engine upgrades. Both evaluations must belong to the same app.

    Parameters

    • baselineId: string

      The unique identifier of the baseline app evaluation.

    • comparisonId: string

      The unique identifier of the comparison app evaluation.

    • query: { all?: boolean; format?: string }

      an object with query parameters

      • Optionalall?: boolean

        When true, includes all comparison entries regardless of significance.

      • Optionalformat?: string
    • Optionaloptions: ApiCallOptions

    Returns Promise<apps.GetAppEvaluationComparisonHttpResponse>

    GetAppEvaluationComparisonHttpError