This commit is contained in:
sunkaixuan 2017-09-29 11:25:35 +08:00
parent 1c30d8fd84
commit 81e1d768f5

View File

@ -19,7 +19,7 @@ namespace PerformanceTest.TestItems
var eachCount = 500;
var beginDate = DateTime.Now;
for (int i = 0; i < 10; i++)
for (int i = 0; i <20; i++)
{
switch (type)
{