in the file PerformanceTests.cs ,the line 134,135:
var mapperConnection3 = Program.GetOpenConnection();
tests.Add(id => mapperConnection2.Get<Post>(id), "Dapper.Cotrib");
you see, we create mapperConnection3 but using a mapperConnection2. i don`t
know if this would result to a bad result. or may be i was totally wrong.
Original issue reported on code.google.com by myhin...@gmail.com on 7 Jun 2013 at 8:54
Original issue reported on code.google.com by
myhin...@gmail.com
on 7 Jun 2013 at 8:54