Skip to content

Commit

Permalink
Merge pull request #1596 from royal/patch-1
Browse files Browse the repository at this point in the history
Fix path to Dapper.Tests.Performance
  • Loading branch information
NickCraver authored Dec 19, 2020
2 parents 6ab170c + 264eefa commit 0561b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ 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.

The benchmarks can be found in [Dapper.Tests.Performance](https://github.com/StackExchange/Dapper/tree/main/Dapper.Tests.Performance) (contributions welcome!) and can be run via:
The benchmarks can be found in [Dapper.Tests.Performance](https://github.com/StackExchange/Dapper/tree/main/benchmarks/Dapper.Tests.Performance) (contributions welcome!) and can be run via:
```bash
dotnet run -p .\benchmarks\Dapper.Tests.Performance\ -c Release -f netcoreapp3.1 -- -f * --join
```
Expand Down

0 comments on commit 0561b61

Please sign in to comment.