# Perf Profiler

> A fair benchmark setup in five steps, ready to fill in and run. Use when the user wants to measure something quickly without designing a methodology from scratch.

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

---


# Benchmark Template

*Free gateway skill from the Perf Profiler bundle by GarphenGate.*

The minimum honest benchmark, as a fill-in template. It will not survive a conference review, but it will stop you from fooling yourself, which is the actual job.

## Procedure

1. **Name the thing being measured** as a user-felt operation with a unit, not as a function name. 'Search returns results (ms, p95)' beats 'query() speed'.
2. **Fix the workload:** write down the exact input data or the seed that generates it. If you cannot re-create the input, you cannot re-run the benchmark.
3. **Run warm, then measure:** at least 3 warmup runs discarded, at least 10 measured runs kept. Record all ten numbers, not just the favorite.
4. **Report median and spread** (fastest and slowest kept run). If the spread exceeds 20% of the median, the environment is too noisy to conclude anything; fix that first.
5. **Write the one-line conclusion** scoped to what was measured: this operation, this workload, this machine.

```
QUICK BENCHMARK - <date>
Measuring: <operation> (<unit>, <percentile or median>)
Workload: <data description or seed> | Machine: <one line>
Warmup: 3 discarded | Runs kept: <all numbers>
Median: <x> | Spread: <min>-<max> (<spread as % of median>)
Conclusion (scoped): <one sentence>
```

## Rules

- Never keep only the best run; all measured runs go in the record.
- Never compare against a number measured on a different day or machine; re-run both sides together or do not compare.
- If spread exceeds 20% of the median, the only valid conclusion is 'too noisy'; must not interpret the direction anyway.

## Degradation

With no timing tooling at hand, fall back to the coarsest honest clock available (even a stopwatch on a batch run), widen the noise threshold accordingly, and say so in the conclusion.


---

*Like this? This is the free gateway skill for **Perf Profiler** by Moltline Studio. The paid listing: https://www.agensi.io/skills/perf-profiler-persona*

