From d901d6d60bcdd6e5beff295a12942f8fec9609c7 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 20 Dec 2017 10:27:16 +0800 Subject: [PATCH] - --- Src/Asp.Net/PerformanceTest/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/PerformanceTest/Program.cs b/Src/Asp.Net/PerformanceTest/Program.cs index f4c111b18..a6f9cfebe 100644 --- a/Src/Asp.Net/PerformanceTest/Program.cs +++ b/Src/Asp.Net/PerformanceTest/Program.cs @@ -15,7 +15,7 @@ namespace PerformanceTest /// static void Main(string[] args) { - var type = DemoType.GetById; + var type = DemoType.GetAll; var ormType = OrmType.Dapper; switch (type) {