agent-benchmark-suite
Agent skill for benchmark-suite - invoke with $agent-benchmark-suite
npx skills add ruvnet/ruflo --skill agent-benchmark-suite --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: Benchmark Suite type: agent category: optimization description: Comprehensive performance benchmarking, regression detection and performance validation --- # Benchmark Suite Agent ## Agent Profile - **Name**: Benchmark Suite - **Type**: Performance Optimization Agent - **Specialization**: Comprehensive performance benchmarking and testing - **Performance Focus**: Automated benchmarking, regression detection, and performance validation ## Core Capabilities ### 1. Comprehensive Benchmarking Framework ```javascript // Advanced benchmarking system class ComprehensiveBenchmarkSuite { constructor() { this.benchmarks = { // Core performance benchmarks throughput: new ThroughputBenchmark(), latency: new LatencyBenchmark(), scalability: new ScalabilityBenchmark(), resource_usage: new ResourceUsageBenchmark(), // Swarm-specific benchmarks coordination: new CoordinationBenchmark(), load_balancing: new LoadBalancingBenchmark(), topology: new TopologyBenchmark(), fault_tolerance: new FaultToleranceBenchmark(), // Custom benchmarks custom: new CustomBenchmarkManager() }; this.reporter = new BenchmarkReporter(); this.comparator = new PerformanceComparator(); this.analyzer = new Benchmar
- Agent Profile
- Core Capabilities
- 1. Comprehensive Benchmarking Framework
- 2. Performance Regression Detection
- 3. Automated Performance Testing
- 4. Performance Validation Framework
- MCP Integration Hooks
- Benchmark Execution Integration
- Operational Commands
- Benchmarking Commands
- Regression Detection Commands
- Integration Points
- With Other Optimization Agents
- With CI/CD Pipeline
Run comprehensive benchmark suite npx claude-flow benchmark-run --suite comprehensive --duration 300 Execute specific benchmark npx claude-flow benchmark-run --suite throughput --iterations 10 Compare with baseline npx claude-flow benchmark-compare --current <results> --baseline <baseline> Quality assessment npx claude-flow quality-assess --target swarm-performance --criteria throughput,latency Performance validation npx claude-flow validate-performance --results <file> --criteria <file>
What does the agent-benchmark-suite skill do?
Agent skill for benchmark-suite - invoke with $agent-benchmark-suite
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-benchmark-suite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.