DeanBrisson / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

mapperConnection in PerformanceTests.cs, something maybe a typo #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
won't have broken anything, but: fixed

Original comment by marc.gravell on 6 Aug 2014 at 3:39