Created
August 5, 2017 22:19
-
-
Save aramkoukia/9dc660c4f5d085eaa0ec1ad1a039222f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| var summary = BenchmarkRunner.Run(typeof(EFCore2VsDapper)); | |
| Console.ReadLine(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment