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

Update README to show performance comparison of Dapper vs. EF Core #562

Closed
kevinrood opened this issue Jul 15, 2016 · 5 comments
Closed

Comments

@kevinrood
Copy link

In the table comparing performance of Dapper to other data access libraries, it would be fantastic to see an entry for EF Core.

@kbugala
Copy link

kbugala commented Jul 22, 2016

I agree, it would be great to see how Dapper compares to the EF Core.

@riyasat
Copy link

riyasat commented Aug 17, 2016

dapperbenchmark

Here are a simple test benchmark for both of the awesome ORMs. Dapper is winner because it's making simple query to DB (as an old days) but entity framework is making query based on linq.

@vdaron
Copy link

vdaron commented Aug 17, 2016

Could you give the code as well ?

@riyasat
Copy link

riyasat commented Aug 18, 2016

Sure,

I removed few properties from Organization model for simplycity. You can add more properties if you want to make it more complex

DapperTest.zip

Happy Codding.

@NickCraver
Copy link
Member

I've just completed updating the benchmarks (and README) to current (including EF Core). If anyone sees issues with the benchmarks please let me know or even start with a PR and we'll get them fixed up and re-run :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants