@clinetools/benchmark
v0.1.0
Published
Run micro-benchmarks on functions and compare performance across implementations. Track regression over time.
Maintainers
Readme
Performance Benchmark Runner
Run micro-benchmarks on functions and compare performance across implementations. Track regression over time.
Quick Start
npx @clinetools/benchmarkSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add benchmark -- npx @clinetools/benchmarkClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"benchmark": {
"command": "npx",
"args": ["@clinetools/benchmark"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
