benchmark

Measure performance baselines and detect regressions for software projects.

4|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/arbisoft/ai-skillforge --skill benchmark-arbisoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/arbisoft/ai-skillforge/tree/main/Claude/skills/benchmark
Command: npx skills add https://github.com/arbisoft/ai-skillforge --skill benchmark-arbisoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Measure performance baselines and detect regressions for software projects.

Core Features & Use Cases

  • Page, API, and build performance measurements across PR validation, pre-launch checks, and stack comparisons.
  • Baseline storage and delta reporting to guide performance improvements.
  • Integration with CI to automatically benchmark before and after changes.

Quick Start

Run /benchmark baseline to save current metrics, then run /benchmark compare after changes to evaluate performance impact

Frequently Asked Questions about benchmark

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

FAQPage Schema
How do I detect performance regressions in my CI pipeline?

Measure page, API, and build performance baselines by running /benchmark baseline to persist current metrics as JSON, providing a reliable reference for detecting future regressions.

How do I validate web performance before a pull request merge?

Validate web performance before a pull request by integrating /benchmark commands into your CI workflow to automatically compare build and page metrics against stored baselines.

Can I use this to compare performance across different tech stacks?

Yes, you can compare performance across different tech stacks by measuring page, API, and build scenarios, then evaluating the delta reporting to guide your stack comparisons.

Where are performance benchmark baselines stored?

Performance benchmark baselines are stored as JSON files within the .ecc/benchmarks/ directory, allowing you to persist measurement workflows and track deltas over time.

What is the best way to run pre-launch performance checks?

The best way to run pre-launch performance checks is to measure your API and page scenarios against persisted baselines, using delta reporting to ensure no regressions before deployment.