benchmark

Measure performance metrics for web pages, APIs, and development workflows.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill benchmark-klu-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/klu-dev/porting-ecc-to-vscode/tree/main/.github/skills/benchmark
Command: npx skills add https://github.com/klu-dev/porting-ecc-to-vscode --skill benchmark-klu-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps to ensure your applications meet performance standards by measuring performance baselines, detecting regressions, and comparing stack alternatives.

Core Features & Use Cases

  • Performance Baseline Measurement: Set up performance baselines for projects and compare them over time.
  • Regression Detection: Identify performance regressions before/after PRs and launches.
  • Stack Comparison: Benchmark your stack against alternatives.
  • Use Case: For a new feature that should load in less than 2 seconds, the Skill can be used to ensure it does not slow down the overall performance.

Quick Start

Use the /benchmark baseline command to save current performance metrics and /benchmark compare to compare against the baseline.

Frequently Asked Questions about benchmark

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

FAQPage Schema
How do I measure web performance baselines and detect regressions?

To measure web performance baselines and detect regressions, you can use the /benchmark baseline command to save current metrics and /benchmark compare to evaluate performance against the saved baseline. This identifies regressions in development workflows.

What is performance regression detection and when do I need it?

Performance regression detection identifies when application metrics degrade before or after PRs and launches. You need it to ensure new features, like those expected to load in under two seconds, do not slow down overall performance.

How do I benchmark my stack against alternatives?

To benchmark your stack against alternatives, use the performance comparison features to measure current web page and API metrics against different stack options. This helps ensure your applications meet performance standards.

Do I need browser MCP to measure web page performance metrics?

Yes, you need browser MCP to measure web page performance metrics. The Skill requires browser MCP for web metrics and utilizes system resources for other API and development workflow benchmarks.

Can I use this for API performance benchmarking?

Yes, you can use this for API performance benchmarking. The Skill measures performance metrics for APIs, web pages, and development workflows, identifying performance regressions and comparing baselines optimized for deployment workflows.