What is benchmarking?
Use this skill when writing or running performance benchmarks for Jazz packages. Covers cronometro setup, file conventions, gotchas with worker threads, and how to compare implementations. Source: garden-co/jazz.
Use this skill when writing or running performance benchmarks for Jazz packages. Covers cronometro setup, file conventions, gotchas with worker threads, and how to compare implementations.
Quickly install benchmarking AI skill to your development environment via command line
Source: 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.
Use this skill when writing or running performance benchmarks for Jazz packages. Covers cronometro setup, file conventions, gotchas with worker threads, and how to compare implementations. Source: garden-co/jazz.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/garden-co/jazz --skill benchmarkingUse this skill when writing or running performance benchmarks for Jazz packages. Covers cronometro setup, file conventions, gotchas with worker threads, and how to compare implementations. Source: garden-co/jazz.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/garden-co/jazz --skill benchmarking Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/garden-co/jazz