Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information