Skip to content

Instantly share code, notes, and snippets.

@jean-lourenco
Created April 11, 2017 14:40
Show Gist options
  • Save jean-lourenco/0ae3432d3e1dd3c15cd7206e4d0f3116 to your computer and use it in GitHub Desktop.
Save jean-lourenco/0ae3432d3e1dd3c15cd7206e4d0f3116 to your computer and use it in GitHub Desktop.
BenchmarkDotNet=v0.10.3.0, OS=Microsoft Windows NT 6.2.9200.0
Processor=Intel(R) Core(TM) i7-6500U CPU 2.50GHz, ProcessorCount=4
Frequency=2531250 Hz, Resolution=395.0617 ns, Timer=TSC
  [Host]     : Clr 4.0.30319.42000, 32bit LegacyJIT-v4.6.1637.0
  DefaultJob : Clr 4.0.30319.42000, 32bit LegacyJIT-v4.6.1637.0

Method Mean StdDev
ExecuteDapperInsert 391.9791 us 10.5746 us
ExecuteOrmLiteInsert 397.7542 us 7.3352 us
ExecuteSqlCommandInsert 385.0816 us 11.2352 us
ExecuteEFCoreInsert 873.0840 us 22.1539 us
Method Mean StdErr StdDev
ExecuteDapperSelect 139.1695 us 1.4286 us 10.8800 us
ExecuteOrmLiteSelect 181.9418 us 1.6320 us 6.1066 us
ExecuteSqlCommandSelect 125.5717 us 1.1925 us 4.4617 us
ExecuteEFCoreSelect 421.4724 us 2.3632 us 8.8424 us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment