benchmarking
仓库创建 2026年6月4日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由
提供可复现的冷/热安装基准和诚实性检测流程。
▸ 风险提示
会执行安装流程,可能触发第三方包的生命周期脚本。
这个 Skill 做什么
按严格协议比较 nub 与 npm/pnpm/bun 的安装性能基准。
用严格可复现的协议把 nub 的安装性能和 npm/pnpm/bun 做对比,包含 cold/warm 测量、真冷缓存隔离与抗抖动的度量手段。需要出首页或博客的安装速度数据、验证性能宣称或更新基准时就用它。强调诚实的测量原则和反“刷分”机制,保证结论经得起复查。
3.9k
Stars
54
Forks
38
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nubjs/nub/main/.claude/skills/benchmarking/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nubjs/nub/main/.claude/skills/benchmarking/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: benchmarking description: Comparative install-benchmarking methodology for nub vs npm/pnpm/bun — cold/warm protocol, genuine-cold cache isolation, load-robust measurement, and the anti-juicing honesty bar. Invoke (via the Skill tool) whenever you need to benchmark `nub install` against another package manager, produce or update the homepage/blog install numbers, or verify a perf claim before it ships. Encodes the hard-won gotchas: time setup OUTSIDE the measurement (hyperfine `--prepare`), the cache lives on DISK so env-var isolation is NOT trustworthy (bun ignores `BUN_INSTALL_CACHE_DIR`/`$HOME` — wipe the real path), VERIFY every cold is genuine via an offline-fails check, and on
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有