Compare Renders
compare_rendersCompare two render profiles to rank regressions, improvements, additions, and removals, identifying performance changes between versions.
Instructions
Diff two loaded render profiles and rank the biggest regressions, improvements, additions, and removals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many changed components to include. Defaults to 10. | |
| minDeltaMs | No | Minimum absolute total render delta in ms for changed components. Defaults to 0. | |
| baseProfileId | Yes | Baseline profile ID from load_render_profile | |
| currentProfileId | Yes | Current profile ID from load_render_profile |