benchmark

Assesses web page speed metrics and compares them with previous baselines.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/giljae/gstack-antigravity --skill benchmark-giljae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/giljae/gstack-antigravity/tree/main/gstack-origin/benchmark
Command: npx skills add https://github.com/giljae/gstack-antigravity --skill benchmark-giljae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of identifying web page performance regressions by providing detailed measurement and comparison tools.

Core Features & Use Cases

  • Performance Data Collection: Automates the gathering of key metrics such as load times, Web Vitals, and resource sizes on web pages.
  • Baseline Capture & Comparison: Creates performance baselines before updates and compares new metrics against them to detect regressions.
  • Trend Analysis: Tracks historical performance data to visualize trends and identify potential degradation over time.
  • Use Case: Developers can run this Skill after deploying a new version of their site to ensure performance remains within acceptable thresholds and to quickly pinpoint regressions.

Quick Start

Provide a URL to evaluate website performance, and the Skill will automatically measure key metrics, compare with previous baselines, and generate a detailed report.

Frequently Asked Questions about benchmark

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

FAQPage Schema
How do I measure Web Vitals and load times to detect performance regressions?

To detect performance regressions, this tool measures Web Vitals and load times by collecting metrics through automated browser assessments. It compares new results against saved baselines to identify any degradation in website speed or user experience.

What is the best way to track web performance trends over time?

Tracking web performance trends over time involves capturing historical metric data during each assessment. The tool stores load times and resource sizes from previous runs, allowing you to visualize trends and identify potential degradation across updates.

Do I need Puppeteer and git installed to automate web page performance measurement?

Yes, you need Puppeteer and git installed to automate web page performance measurement. Puppeteer provides the browser automation capabilities required to gather metrics, while git integration supports baseline comparison for continuous performance monitoring.

Can I compare current website metrics against a baseline before deploying an update?

Yes, you can compare current website metrics against a baseline before deploying an update. The tool creates performance baselines and compares newly collected load times and Web Vitals against them to ensure performance remains within acceptable thresholds.

How do I analyze slow resources and resource sizes on my web pages?

To analyze slow resources and resource sizes on web pages, the tool automates the gathering of resource data during load. It helps developers pinpoint slow resources and compare their sizes against baselines to detect regressions.