dotnet / dotnet/efcore

Model building perf regression

Open
#28,129 0 comments 0 reactions 1 assignee Claimed by @AndriySvyryd View on GitHub
area-model-building area-perf
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

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 |

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.