什么是 benchmarking?
在为 Jazz 包编写或运行性能基准测试时使用此技能。涵盖 cronometro 设置、文件约定、工作线程的陷阱以及如何比较实现。 来源:garden-co/jazz。
在为 Jazz 包编写或运行性能基准测试时使用此技能。涵盖 cronometro 设置、文件约定、工作线程的陷阱以及如何比较实现。
通过命令行快速安装 benchmarking AI 技能到你的开发环境
来源:garden-co/jazz。
All benchmarks live in the bench/ directory at the repository root:
Each file should focus on a single benchmark comparing multiple implementations (e.g., @latest vs @workspace).
Benchmarks use cronometro, which runs each test in an isolated worker thread for accurate measurement.
在为 Jazz 包编写或运行性能基准测试时使用此技能。涵盖 cronometro 设置、文件约定、工作线程的陷阱以及如何比较实现。 来源:garden-co/jazz。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/garden-co/jazz --skill benchmarking在为 Jazz 包编写或运行性能基准测试时使用此技能。涵盖 cronometro 设置、文件约定、工作线程的陷阱以及如何比较实现。 来源:garden-co/jazz。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/garden-co/jazz --skill benchmarking 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/garden-co/jazz