mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
-
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user