You should not change power plant to High Performance if it is already Ultimate Performance.
Guida contributor
Tech stack
csharp
Dominio
performance
Tipo issue
bug
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
2
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
under 1 hour
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
fresh
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
Basic C# knowledgeFamiliarity with BenchmarkDotNet
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
80
Direzione di ricerca
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.