Skip to content

bbvch/DapperPerfTest

Repository files navigation

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

About

Performance tests comparing EF Core and Dapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors