aspnet / DataAccessPerformance

Benchmarks, prototypes and discussions for database access performance investigation
MIT License
115 stars 23 forks source link

Investigate 15-20% performance gap between Linux and Windows #39

Open roji opened 6 years ago

roji commented 6 years ago

For some reason Windows performs 15-20% better on benchmarks. Finding the cause of this could give another very significant boost to our TE results, and also help improve general dotnet perf on Linux (not just data).

A good place to start could be #30 - a pure socket benchmark comparing the two platforms.

davidfowl commented 6 years ago

Its slower 😬

roji commented 6 years ago

image

davidfowl commented 6 years ago

I mean .NET's implementation not the OS 😄