Add performance-investigation skill for local regression investigation#126022
Closed
Copilot wants to merge 1 commit intoskill/perf-investigationfrom
Closed
Add performance-investigation skill for local regression investigation#126022Copilot wants to merge 1 commit intoskill/perf-investigationfrom
Copilot wants to merge 1 commit intoskill/perf-investigationfrom
Conversation
Copilot
AI
changed the title
[WIP] Add performance-investigation skill
Add performance-investigation skill for local regression investigation
Mar 24, 2026
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Member
|
I'm confused - I didn't create or ask Copilot to file this PR - I have no idea what it is about 😮 |
Member
EgorBot is running wild! (Just kidding - I have no idea why) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR was AI/Copilot-generated.
Adds a new
performance-investigationskill focused on local performance investigation (building CoreRun, running BenchmarkDotNet against private builds, git bisect). Keeps the existingperformance-benchmarkskill intact for @EgorBot ad hoc PR benchmarking.Changes
New skill:
.github/skills/performance-investigation/SKILL.md— Local investigation workflow: building CoreRun at specific commits,--coreRunbenchmarking, good/bad commit comparison, git bisect methodology. Explicitly defers @EgorBot usage toperformance-benchmark.references/local-benchmarking.md— CoreRun location (artifacts/bin/coreclr/<OS>.<Arch>.<Config>/),--coreRunusage, ResultsComparer, incremental rebuilds with CoreLib/libs.pretestcaveatreferences/bisection-guide.md— Feasibility check, bisect range identification,git bisectworkflow with BenchmarkDotNetRestored:
.github/skills/performance-benchmark/SKILL.md— @EgorBot ad hoc PR benchmarking workflow, unchanged from prior stateUpdated cross-references in
copilot-instructions.md,issue-triage/SKILL.md,api-proposal/SKILL.md,jit-regression-test/SKILL.mdto list both skills with clear scope boundariesEvals — 6 test cases covering local investigation, bisection, and negative cases (EgorBot requests correctly routed to
performance-benchmark)📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.