benchmark

Measure and compare performance metrics for web pages, APIs, and build processes.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Michae2xl/claude-skills-michael --skill benchmark-michae2xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/Michae2xl/claude-skills-michael/tree/main/skills/benchmark
Command: npx skills add https://github.com/Michae2xl/claude-skills-michael --skill benchmark-michae2xl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolset to measure and compare performance metrics, helping you ensure your project meets performance targets and detect regressions.

Core Features & Use Cases

  • Page Performance: Measure real browser metrics for web pages.
  • API Performance: Benchmark API endpoints for latency and response size.
  • Build Performance: Assess development feedback loop metrics.
  • Before/After Comparison: Compare performance metrics before and after changes.
  • Use Case: Before deploying a new feature, use this Skill to compare performance metrics to ensure it doesn't degrade user experience.

Quick Start

Run the benchmark skill to measure the performance of your web page at 'https://example.com'.

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 before deploying a new feature?

Web performance regression detection involves measuring real browser metrics before and after code changes. This Skill compares those metrics to ensure new features do not degrade user experience.

What is the best way to benchmark API endpoint latency and response size?

Benchmarking API endpoint latency and response size measures the performance of your API under various conditions. This Skill evaluates endpoints to help you maintain performance targets.

How do I measure development feedback loop and build performance metrics?

Measuring development feedback loop metrics assesses your build processes to identify bottlenecks. This Skill analyzes development workflows to ensure efficient build performance.

Do I need browser automation tools to measure real browser metrics for web pages?

Yes, measuring real browser metrics requires browser automation tools. This Skill needs these tools and API testing libraries to perform comprehensive performance evaluation.

Can I compare performance metrics before and after code changes automatically?

Comparing performance metrics before and after changes is fully supported. This Skill provides before and after comparison capabilities to verify performance improvements or catch regressions.

Why does performance testing fail to catch build process regressions without API testing libraries?

Performance testing requires API testing libraries to comprehensively evaluate API endpoints. Without these libraries, the Skill cannot perform full API endpoint benchmarking for latency and response size.