在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:10
forks:0
updated:2026年2月20日 14:37
SKILL.md
| name | bench-compare |
| description | Run before/after benchmarks comparing current branch against master |
| disable-model-invocation | true |
Compare performance of the current branch against master using hyperfine.
cargo build --releasehyperfine --warmup 3 --min-runs 10 'cargo test --release <test_name>'
git checkout mastercargo build --release| Branch | Mean | Stddev | Min | Max |
|---|---|---|---|---|
| master | ... | ... | ... | ... |
| current | ... | ... | ... | ... |
| Change | +/- % |
The user should provide:
--release for meaningful benchmarkshyperfine --export-markdown if the user wants a shareable report