# Benchmark

> Performance baseline and regression workflow for Codex. Use when load time, resource size, or user-facing performance should be measured and compared over time.

- Skill: `mphaxise/benchmark` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mphaxise/benchmark`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mphaxise/benchmark/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: mphaxise (https://skillmd.com/u/mphaxise)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mphaxise/benchmark

---


# Benchmark

Use this skill when the repo needs a repeatable performance baseline or a before-and-after comparison.

This port is adapted from `garrytan/gstack` at commit `4d2c8d94d00cc4f4f3d4c26316a4f939ceedc045`.

## Workflow

1. Define the target page or flow to measure.
2. Capture the available performance signals:
   - load time
   - resource size
   - Core Web Vitals or equivalent
   - regressions relative to a prior run
3. Save a comparable report when the user wants trend tracking.

## Guardrails

- Be explicit about the measurement method and limitations.
- Compare like with like: same route, same environment, same scope.
- Do not overstate precision if the environment only supports rough measurements.

