Sayanthegamer

Cad Bench — Development skill for Claude Code

Development community

Benchmark latency, throughput, and memory/VRAM footprint before vs. after.

How to install Cad Bench

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-bench/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-bench && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-bench.md -o ~/.claude/skills/sayanthegamer-cadence-cad-bench/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cad Bench does


name: cad-bench description: Benchmark latency, throughput, and memory/VRAM footprint before vs. after.

Execute the `cadence-bench` skill:

  1. Target the performance-critical function or loop.
  2. Measure baseline metrics (latency in ms, peak memory in MB, throughput in ops/sec) over warm iterations.
  3. Apply code optimization or changes.
  4. Run comparative benchmark with identical inputs and seeds.
  5. Emit the Efficiency Diff table (flagging any regression >5%).

Alternatives in Development

  • Investigate Performance — Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evid 1.6k ★
  • Projectmem — Open-source coding agent memory 766 ★
  • Mem Save — Save a curated session-level summary to history 186 ★

Full documentation available on GitHub

View Source Repository