Setup a (local) Northwind DB, e.g. using our DapperPlayground and/or adjust the ConnectionString in Program.ConnectionString
dotnet run --project .\src\DapperPerfTest.PerfTest -c Release -- -f TimeToFirstQuerydotnet run --project .\src\DapperPerfTest.PerfTest -c Release -- --join -f *.Query.*dotnet run --project .\src\DapperPerfTest.Report