mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
8df102e19a
commit
1c30d8fd84
@ -16,7 +16,7 @@ namespace PerformanceTest.TestItems
|
|||||||
{
|
{
|
||||||
Database.SetInitializer<EFContext>(null);
|
Database.SetInitializer<EFContext>(null);
|
||||||
Console.WriteLine("测试SQL查询的速度");
|
Console.WriteLine("测试SQL查询的速度");
|
||||||
var eachCount = 3000;
|
var eachCount = 500;
|
||||||
|
|
||||||
var beginDate = DateTime.Now;
|
var beginDate = DateTime.Now;
|
||||||
for (int i = 0; i < 10; i++)
|
for (int i = 0; i < 10; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user