Microbenchmarks like these don't usually teach you a whole lot, other than how far someone went to implement the benchmark, and how close the benchmark is to the designed application of the libraries used in the implementation.
To be fair, They're using Entity Framework in there. That adds a lot of overhead for something as simple as running a single query, and spoils the results.