Update Demo

This commit is contained in:
sunkaixuan
2019-01-12 18:21:53 +08:00
parent 33cf668378
commit 1d69d62918
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ namespace OrmTest
new DataTest(1).Init();
new EnumTest(1).Init();
/***Performance Test***/
new SqlSugarPerformance(100).Select();
new SqlSugarPerformance(10).Select();
/***Demo***/
Demo.Insert.Init();