skippy-bench

Coordinate Skippy stage performance benchmarks and generate consistent reports.

3.1k|376|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Mesh-LLM/mesh-llm --skill skippy-bench
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skippy-bench
Source: https://github.com/Mesh-LLM/mesh-llm/tree/main/.agents/skills/skippy-bench
Command: npx skills add https://github.com/Mesh-LLM/mesh-llm --skill skippy-bench

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill targets performance benchmarking, orchestration of Skippy stages, and benchmark reporting to ensure reliable runtime performance.

Core Features & Use Cases

  • Orchestrate local single-stage or multi-stage Skippy benchmarks.
  • Separate benchmarking telemetry from request-path serving for clean performance data.
  • Support benchmark report workflows and integrate with existing test tooling.

Quick Start

Kick off a local benchmark with skippy-bench to verify performance and generate a report.

Frequently Asked Questions about skippy-bench

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-stage benchmarking for Skippy stages?

To coordinate multi-stage benchmarking for Skippy stages, you can orchestrate local single-stage or split benchmarks to ensure consistent reporting and verify runtime performance across mesh deployments.

What is the best way to separate benchmark telemetry from request-path serving?

Separating benchmark telemetry from request-path serving involves isolating performance data collection during benchmark report workflows to ensure clean metrics and reliable runtime performance tracking.

How do I integrate Skippy benchmarks with existing cargo test workflows?

Integrating Skippy benchmarks with existing cargo test workflows allows you to execute reproducible harness setups and generate consistent benchmark reports directly within your standard testing pipeline.

Can I run local single-stage benchmarks to verify runtime performance?

Yes, you can run local single-stage benchmarks to verify runtime performance, generate reports, and satisfy requirements for reproducible harness setup across your mesh deployments.

Why do I need reproducible harness setup for benchmark orchestration?

Reproducible harness setup is needed for benchmark orchestration to guarantee consistent benchmark reporting and ensure reliable runtime performance checks across different testing environments and mesh deployments.