benchmark

Measure web page load times, Core Web Vitals, and resource sizes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BrandonLee28/brandon-brain --skill benchmark-brandonlee28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/BrandonLee28/brandon-brain/tree/main/.claude/skills/gstack/benchmark
Command: npx skills add https://github.com/BrandonLee28/brandon-brain --skill benchmark-brandonlee28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Lighthouse, Bash, JavaScript, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The benchmark skill addresses the need for efficient performance analysis of web pages, helping users detect and measure regressions in loading times and other performance metrics.

Core Features & Use Cases

  • Performance Baseline: Capture and store performance metrics to establish a baseline.
  • Before/After Comparison: Compare current performance metrics against the baseline to detect regressions.
  • Trend Analysis: Track performance trends over time for long-term insights.
  • Quick Checks: Run a single-pass timing check without a baseline.
  • Custom Page Selection: Specify which pages to include in the analysis.
  • Branch Comparison: Benchmark only pages affected by the current branch.

Quick Start

Use the /benchmark <url> command to initiate a performance audit.

Frequently Asked Questions about benchmark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check web page load time and Core Web Vitals for regressions?

Web performance benchmarking captures page load times, Core Web Vitals, and resource sizes to detect regressions. It compares current metrics against a stored baseline to identify slowdowns in web applications.

How do I compare web performance before and after code changes?

Compare web performance before and after changes by capturing a performance baseline of page load metrics first. You then run a new analysis to detect regressions and measure the exact impact of your modifications.

Can I use Lighthouse to track long-term web performance trends?

Yes, Lighthouse can track long-term web performance trends by running repeated audits over time. This monitors loading metrics and Core Web Vitals continuously to detect gradual regressions across application updates.

Does web performance benchmarking work for specific pages affected by my branch?

Web performance benchmarking supports custom page selection, allowing you to target only the pages affected by your current branch. This focuses the analysis directly on your code changes to detect specific regressions.

What do I need to run a quick performance check without a baseline?

To run a quick performance check without a baseline, you need web performance measurement tools like Lighthouse. A single-pass timing check analyzes page load times and Core Web Vitals immediately without requiring prior stored data.