A key feature of Dapper is performance. The following metrics show how long it takes to execute a `SELECT` statement against a DB (in various config, each labeled) and map the data returned to objects.
A key feature of Dapper is performance. The following metrics show how long it takes to execute a `SELECT` statement against a DB (in various config, each labeled) and map the data returned to objects.
The benchmarks can be found in [Dapper.Tests.Performance](https://github.com/StackExchange/Dapper/tree/master/Dapper.Tests.Performance)(contributions welcome!) and can be run once compiled via:
The benchmarks can be found in [Dapper.Tests.Performance](https://github.com/StackExchange/Dapper/tree/master/Dapper.Tests.Performance)(contributions welcome!) and can be run via:
```
```bash
Dapper.Tests.Performance.exe -f * --join
dotnet run -p .\Dapper.Tests.Performance\ -c Release -f netcoreapp3.0 ---f*--join