Skip to content
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

Model building perf regression #28129

Open
ajcvickers opened this issue May 30, 2022 · 0 comments
Open

Model building perf regression #28129

ajcvickers opened this issue May 30, 2022 · 0 comments

Comments

@ajcvickers
Copy link
Member

Using the compiled model sample: https://github.com/dotnet/EntityFramework.Docs/tree/main/samples/core/Miscellaneous/CompiledModels

Model has:

  • 449 entity types
  • 6390 properties
  • 720 relationships

6.0 (without compiled model):

Method Mean Error StdDev
TimeToFirstQuery 1.085 s 0.0083 s 0.0167 s

7.0 (without compiled model):

Method Mean Error StdDev
TimeToFirstQuery 1.442 s 0.0134 s 0.0272 s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants