benchmark

Benchmark web pages against historical baselines to detect performance regressions.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/zzxtbeta/design-handbook --skill benchmark-zzxtbeta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/zzxtbeta/design-handbook/tree/main/.agents/skills/gstack/benchmark
Command: npx skills add https://github.com/zzxtbeta/design-handbook --skill benchmark-zzxtbeta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web apps can slip into slow performance without obvious causes. This Skill provides an automated workflow to measure, baseline, and detect regressions using a browse daemon, so teams can catch issues before users notice.

Core Features & Use Cases

  • Baseline capture and PR-wide comparison to baseline trends
  • Multi-page performance profiling and resource analysis
  • Trend reporting, regressions alerts, and actionable insights for optimization

Quick Start

Run the benchmark on a URL to capture baselines and compare against history.

Frequently Asked Questions about benchmark

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

FAQPage Schema
How do I detect web performance regressions in a pull request?

Detect web performance regressions in a pull request by capturing a baseline and comparing current runs against historical data. The benchmark workflow automates this by running a browse daemon to collect web vitals and alert on regressions.

What is baseline-driven performance trend analysis for web apps?

Baseline-driven performance trend analysis tracks web vitals over time to catch gradual slowdowns. By capturing initial performance metrics and comparing subsequent runs, it identifies regressions and provides actionable optimization insights.

How do I benchmark a web page to measure Core Web Vitals?

Benchmark a web page to measure Core Web Vitals by running a browse daemon against the target URL. The tool collects multi-page performance profiling data, establishes a baseline, and compares it against historical trends.

Can I use Lighthouse for performance regression detection in CI?

You can use Lighthouse metrics for performance regression detection in CI by integrating a benchmark workflow. It captures baseline web vitals data and compares runs against historical trends to alert on regressions.

What is the best way to monitor web performance without obvious causes?

The best way to monitor web performance without obvious causes is automated baseline capture and trend reporting. A browse daemon continuously measures web vitals to detect regressions before users notice them.

How do I set up a web performance baseline for trend analysis?

Set up a web performance baseline for trend analysis by running the benchmark on a URL. This initial data collection captures core web vitals, enabling future PR comparisons and regression alerts.