This repository was archived by the owner on Feb 26, 2021. It is now read-only.
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
DoWorkAsync uses sync methods #54
Closed
Description
In the AdoDriver DoSyncWork function the connection and reader are awaited but value reads still use sync Get* methods.
DataAccessPerformance/src/BenchmarkDb/AdoDriver.cs
Lines 120 to 129 in a3bf85d
Is this a specific choice, and if so what is the reasoning?
Also, is there a reason that there are no mssql benches in the techempower benchmarks? i'm using this repo to investigate and improve sqlclient throughput which will be of benefit to users but they aren't going to know about it.
Metadata
Metadata
Assignees
Labels
No labels