You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use FirstOrDefault method instead of Map in Belgrade benchmark.
`FirstOrDefault` is probably meant to be used here, as there is selected and returned a single record by ID.
Also changing the benchmark description, as "ExecuteReader" looks to be an obsolete name of the method that was used before refactoring.
0 commit comments