Uh oh!
There was an error while loading. Please reload this page.
docs: add rust-performance-optimization skill - #133
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #133 +/- ##
=======================================
Coverage 71.46% 71.46% =======================================
Files 37 37 Lines 1675 1675 =======================================
Hits 1197 1197 Misses 478 478 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds a new repository Skill documenting a repeatable workflow for safe Rust performance optimization (benchmarking, assembly inspection, profiling), and adjusts example metadata in Cargo.toml so the examples are no longer gated behind the binary feature.
Changes:
- Add
.github/skills/rust-performance-optimization/SKILL.mddescribing a step-by-step optimization workflow and checklist. - Add
.github/skills/rust-performance-optimization/references/tools.mdwith command references forcargo bench,cargo asm, and profiling tools. - Update
Cargo.tomlexample entries by commenting outrequired-features = ["binary"]foris-bonsaiandgenji.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| Cargo.toml | Updates example metadata (removes binary feature gating via comments). |
| .github/skills/rust-performance-optimization/SKILL.md | New skill document describing the performance optimization workflow for this repo. |
| .github/skills/rust-performance-optimization/references/tools.md | New tooling reference for bench/asm/flamegraph workflows. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
8310a24 to
5158bc6Compare
No description provided.