·benchmarking
</>

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.

16Installs·0Trend·@garden-co

Installation

$npx skills add https://github.com/garden-co/jazz --skill benchmarking

How to Install benchmarking

Quickly install benchmarking AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/garden-co/jazz --skill benchmarking
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: garden-co/jazz.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/garden-co/jazz --skill benchmarking
Category
</>Dev Tools
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from garden-co/jazz

Quick answers

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.

How do I install benchmarking?

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

Where is the source repository?

https://github.com/garden-co/jazz