Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Created August 5, 2017 22:19
Show Gist options
  • Select an option

  • Save aramkoukia/9dc660c4f5d085eaa0ec1ad1a039222f to your computer and use it in GitHub Desktop.

Select an option

Save aramkoukia/9dc660c4f5d085eaa0ec1ad1a039222f to your computer and use it in GitHub Desktop.
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