Commit 49ca0278 authored by Nick Craver's avatar Nick Craver

Update readme for performance bits

parent c7ea139c
...@@ -114,9 +114,9 @@ Performance ...@@ -114,9 +114,9 @@ Performance
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
``` ```
Output from the latest run is: Output from the latest run is:
``` ini ``` ini
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment