Model building perf regression
Open
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
Assessment
This issue has not been assessed yet.