开发者

Dapper performance results seem very similar on my machine

I ran the performance tests that came with the dapper source code: http://code.google.com/p/dapper-dot-net/

For the most part, the performance between the various data access methods were very very similiar, my results were in the 1200ms to 1500ms range.

Not sure what kind of server the results were done on, but their webpage shows results in the 50ms range.

I ran this in a i7 desktop with 12gb ram, was there something I should have done? It seems to be running everythin开发者_高级运维g against the sql server's tempdb.


You are probably compiling your code in Debug mode instead of Release mode, or using the Debugger (Start Debugging F5 instead of Start Without the Debugging Shift-F5)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜