-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
System.Diagnostics.Perf_Process.GetProcessById has regressed 50% on Windows #67847
Comments
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process Issue Details
Looking at the commit diff it's most likely caused by #64723 (cc @epeshk) Repro: git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_monthly.py net7.0-preview2 net7.0-preview3 --filter System.Diagnostics.Perf_Process.GetProcessById System.Diagnostics.Perf_Process.GetProcessById
|
I believe this is expected. The previous code was simply wrong, and doing the right thing is more expensive. |
Right, the new call to GetExitCodeProcess is necessary. |
System.Diagnostics.Perf_Process.GetProcessById
has regressed 50% on WindowsReporting System:
Looking at the commit diff it's most likely caused by #64723 (cc @epeshk)
Repro:
System.Diagnostics.Perf_Process.GetProcessById
The text was updated successfully, but these errors were encountered: