FransBouma / RawDataAccessBencher

Bench code which tests entity materialization speed of various .NET data access / ORM implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the single element fetch do a random fetch, not sequential

FransBouma opened this issue · comments

It currently reads elements sequentially for the single element fetches, not using random keys. It might make some (not much) difference, though it likely won't be a significant delimiter as each framework has to deal with the slower fetch on the DB, materialization speed will be equal.

won't implement, it's not the goal of the bencher to test this.