benchmark

Detect web application performance regressions by comparing load times and resource sizes.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/reomgit/appstore-ss-downloader --skill benchmark-reomgit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/reomgit/appstore-ss-downloader/tree/main/.claude/skills/gstack/benchmark
Command: npx skills add https://github.com/reomgit/appstore-ss-downloader --skill benchmark-reomgit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Glob, AskUserQuestion, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps detect performance regressions in web applications by analyzing load times, resource sizes, and more.

Core Features & Use Cases

  • Performance Baseline: Establishes baselines for page load times and resource sizes.
  • Before/After Comparison: Compares performance metrics before and after changes.
  • Regression Detection: Identifies performance regressions in real-time.
  • Use Case: Use the /benchmark command to run a full performance audit on a website, comparing its current performance against a previously established baseline.

Quick Start

Run the /benchmark command followed by the URL of the website you want to analyze.

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 after code changes?

You can detect web performance regressions by comparing load times and resource sizes before and after changes. This Skill establishes a performance baseline and then compares current metrics against it to identify any regressions in real-time.

What web performance metrics are analyzed during a load time analysis?

Load time analysis covers key web performance metrics including TTFB, FCP, LCP, and resource sizes. It evaluates these metrics to identify performance regressions by comparing current page load data against a previously established baseline.

Do I need perf or JavaScript evaluation for performance testing?

Yes, performance testing requires tools like perf and JavaScript evaluation for real-time data collection. These dependencies are necessary to accurately gather the load time and resource size metrics required for regression detection.

How do I establish a performance baseline for page load times?

To establish a performance baseline for page load times, run the /benchmark command followed by your website URL. This records the initial load times and resource sizes to serve as a reference point for future before and after comparisons.

What is the best way to compare web application performance before and after updates?

The best way to compare web application performance before and after updates is by using a before and after comparison against a performance baseline. This approach analyzes metrics like TTFB, FCP, and LCP to pinpoint any resulting performance regressions.