This commit is contained in:
sunkaixuan
2017-09-21 14:36:05 +08:00
parent 146a83abdf
commit 05819eb304
4 changed files with 83 additions and 2 deletions

View File

@@ -10,13 +10,14 @@ namespace PerformanceTest
{
/// <summary>
/// SqlSugar与Dapper的性能比较
/// 分开测试比较公平
/// </summary>
/// <param name="args"></param>
static void Main(string[] args)
{
//new TestGetAll().Init();
new TestGetById().Init();
//new TestGetById().Init();
new TestSql().Init(OrmType.SqlSugar);
Console.ReadKey();
}
}