adb_regression_check
Compare current Android device performance against a saved baseline to detect regressions in memory, CPU, and jank rate with configurable thresholds.
Instructions
Compare current performance against a saved baseline. Flags regressions in memory (>20% increase), CPU (>50% increase), and jank rate (>25% increase). Thresholds are configurable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baselinePath | Yes | Path to the saved baseline JSON file | |
| memoryThreshold | No | Memory regression threshold in percent (0-1000, default 20%) | |
| cpuThreshold | No | CPU regression threshold in percent (0-1000, default 50%) | |
| jankThreshold | No | Jank rate regression threshold in percent (0-1000, default 25%) | |
| device | No | Device serial |