-
-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing Ctrl-C does not reset power plan back #2483
Milestone
Comments
leonvandermeer
added a commit
to leonvandermeer/BenchmarkDotNet
that referenced
this issue
Oct 27, 2024
Set ConsoleCancelEventArgs.Cancel to true so that Benchmark process continues and PowerPlan is reverted at end of aborted Benchmark.
leonvandermeer
added a commit
to leonvandermeer/BenchmarkDotNet
that referenced
this issue
Oct 28, 2024
…t#2483 Set ConsoleCancelEventArgs.Cancel to true so that Benchmark process continues and PowerPlan is reverted at end of aborted Benchmark.
leonvandermeer
added a commit
to leonvandermeer/BenchmarkDotNet
that referenced
this issue
Nov 2, 2024
…otnet#2483 * PowerManagementApplier and ConsoleTitler system state is now reverted at Process termination. * To prevent code duplication, DisposeAtProcessTermination class is introduced.
timcassell
pushed a commit
that referenced
this issue
Nov 7, 2024
…#2661) * Ensure revert of system state at Benchmark Process termination, fixes #2483 * PowerManagementApplier and ConsoleTitler system state is now reverted at Process termination. * To prevent code duplication, DisposeAtProcessTermination class is introduced. * Apply suggestions from code review and add documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also mentioned here: #2319 (comment)
Benchmark exits, but the power plan remains set to high performance. Using v0.13.10.
The text was updated successfully, but these errors were encountered: