Fixed test issue in Simple.Data performance test (#723)
* Added fix for Simple.Data tast Due to the missing .FirstOrDefault() in Simple.Data test, performance numbers for Simple.Data were too high (better than hand coded data reader). Added FirstOrDefault() to actually fetch the data.
Showing
Please register or sign in to comment