一键导入
benchmark-runner
Run performance benchmarks with criterion. Compare against baselines and profile hotspots.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run performance benchmarks with criterion. Compare against baselines and profile hotspots.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Duplicate code detection using similarity-rs. Identifies refactoring candidates based on semantic similarity.
Duplicate code detection using similarity-rs. Identifies refactoring candidates based on semantic similarity.
Implementation verification - runs format, lint, test, and build checks on the workspace.
Production readiness audit - checks unwrap elimination, error handling, clippy, docs, channel usage, and test count.
Release deployment process for ccswarm. Version update, quality gates, build, tag, publish.
Parallel development workflow using git worktrees. Each agent gets an isolated worktree for safe concurrent work.
| name | benchmark-runner |
| description | Run performance benchmarks with criterion. Compare against baselines and profile hotspots. |
| user-invocable | true |
| argument-hint | [bench-name] |
Run performance benchmarks on ccswarm.
cargo build --release --workspace
# All benchmarks
cargo bench --workspace
# Specific benchmark
cargo bench -- "$ARGUMENTS"
# Save baseline for comparison
cargo bench -- --save-baseline before
# ... make changes ...
cargo bench -- --baseline before
cargo flamegraph --bench ${1:-orchestrator_bench}
| Area | Target |
|---|---|
| Task delegation | < 1ms |
| Full workflow | < 100ms |
| Memory per agent | < 10MB |
| Variance | < 20% |
Results in target/criterion/report/index.html.