benchmark

Measure performance baselines and detect regressions for software projects.

3|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/agentmatters/mullai-bot --skill benchmark-agentmatters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/agentmatters/mullai-bot/tree/main/src/Mullai.Skills/Skills/claude-code-everything/benchmark
Command: npx skills add https://github.com/agentmatters/mullai-bot --skill benchmark-agentmatters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Measures performance baselines and detects regressions for software projects.

Core Features & Use Cases

  • Mode 1: Page Performance measures real browser metrics and resource sizes.
  • Mode 2: API Performance benchmarks endpoints latency and throughput.
  • Mode 3: Build Performance tracks cold/hot build times and test durations.
  • Mode 4: Before/After Comparison saves baselines and compares changes.
  • Integration with CI: run benchmarks on PRs and post-deploy checks.

Quick Start

Run the benchmark suite against your project to generate a baseline and compare against targets.

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?

Detect performance regressions by running benchmarks on PRs and post-deploy checks. The tool compares current metrics against saved JSON baselines to identify degradations in your CI pipeline.

What is the best way to measure API endpoint latency and throughput?

Measure API endpoint latency and throughput using the API Performance mode. It benchmarks endpoints directly to evaluate response times and concurrent processing capacity.

How do I track cold and hot build times for my software project?

Track cold and hot build times using the Build Performance mode. It measures build durations and test execution times to monitor compilation efficiency changes.

Can I compare page performance metrics before and after a code change?

Compare page performance metrics before and after a code change using the Before/After Comparison mode. It saves baselines and evaluates real browser metrics and resource size differences.

Does this benchmarking tool require any external dependencies?

No, this benchmarking tool requires no external dependencies. It operates independently to measure baselines and detect regressions across page, API, and build performance modes.