-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
InvestigateRequires further investigation by the WPF team.Requires further investigation by the WPF team.PerformancePerformance related issuePerformance related issue
Description
After upgrading a WPF benchmark application from net6 to net7 I noticed the performance got slightly degraded. The difference is not huge, but since it affects all the ui the impact can be big, and really unexpected.
To reproduce the issue please follow the next steps.
- extract the application
- Build it in "Release" configuration
- Run it by clicking the exe (instead of debugging from VS)
- Maximize the app
- Click "Run all tests" button.
- Close the app
- Edit "C1GridsBenchmarkUsingNuget" to target net7
<TargetFramework>net7.0-windows</TargetFramework> - Repeat the same steps
In the same directory as the exe there will be some xls files created by the application
Notice the performance got degraded in almost all the cases in all the grids.
IrinaPykhova, NimbusHex, lindexi, mahara, rajeshaz09 and 2 moreSymbai
Metadata
Metadata
Assignees
Labels
InvestigateRequires further investigation by the WPF team.Requires further investigation by the WPF team.PerformancePerformance related issuePerformance related issue

