Browse Source

-

pull/12/MERGE
sunkaixuan 7 years ago
parent
commit
c34232ab43
  1. 6
      Src/Asp.Net/PerformanceTest/Program.cs

6
Src/Asp.Net/PerformanceTest/Program.cs

@ -15,9 +15,9 @@ namespace PerformanceTest
/// <param name="args"></param>
static void Main(string[] args)
{
//new TestGetAll().Init();
//new TestGetById().Init();
new TestSql().Init(OrmType.SqlSugar);
//new TestGetAll().Init(OrmType.SqlSugar);
new TestGetById().Init(OrmType.SqlSugar);
//new TestSql().Init(OrmType.SqlSugar);
Console.ReadKey();
}
}

Loading…
Cancel
Save