You should not change power plant to High Performance if it is already Ultimate Performance.
Contributor guide
Tech stack
csharp
Domain
performance
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Basic C# knowledgeFamiliarity with BenchmarkDotNet
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
80
Research direction
Look at the power plan management code in BenchmarkDotNet, likely in the 'Engine' or 'Environment' related files. The issue suggests checking if the current power plan is already 'Ultimate Performance' before switching to 'High Performance'. Find where the power plan is changed and add a condition to avoid unnecessary changes.