This commit is contained in:
sunkaixuan 2017-12-20 10:27:02 +08:00
parent fcf02e0f1f
commit d9df7d1564

View File

@ -15,7 +15,7 @@ namespace PerformanceTest
/// <param name="args"></param>
static void Main(string[] args)
{
var type = DemoType.GetSql;
var type = DemoType.GetById;
var ormType = OrmType.Dapper;
switch (type)
{