This commit is contained in:
sunkaixuan
2017-09-21 14:24:53 +08:00
parent 9f45293f23
commit 146a83abdf
4 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ namespace PerformanceTest
/// <param name="args"></param>
static void Main(string[] args)
{
new TestGetAll().Init();
//new TestGetAll().Init();
new TestGetById().Init();
Console.ReadKey();
}