Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 724 Bytes

File metadata and controls

25 lines (16 loc) · 724 Bytes

Dapper vs. Entity Framework Core

Prerequisites

Setup a (local) Northwind DB, e.g. using our DapperPlayground and/or adjust the ConnectionString in Program.ConnectionString

Run

Time to first query

dotnet run --project .\src\DapperPerfTest.PerfTest -c Release -- -f TimeToFirstQuery

Query benchmarks

dotnet run --project .\src\DapperPerfTest.PerfTest -c Release -- --join -f *.Query.*

Generate plots

dotnet run --project .\src\DapperPerfTest.Report