agents/skills/chrome-performance-optimizer/references/pinpoint_workflow.md
Guide for running A/B try jobs on M1 Mac hardware and evaluating statistical significance.
Ensure the change is committed with clean descriptions and tags:
git cl upload -m "Optimization summary" --cq-dry-run
Verify the Gerrit Change ID / Issue number via:
git cl issue
Run Pinpoint with 150 iterations on Apple Silicon (m1) bot config for
Speedometer 3 (sp3):
pp c -c m1 -t sp3 -r 150
-c m1: Target M1 hardware bot.-t sp3: Target Speedometer 3 benchmark template.-r 150: 150 repetitions per variant for robust statistical confidence.--exp-patch auto: Automatically attaches the current branch's Gerrit patch.Check the comparison table and statistical significance:
pp s <JOB_ID>
p < 0.05 and confidence intervals.+X.X%).git cl abandon -m "Pinpoint try job showed no statistically significant improvement."