diff --git a/Src/Asp.Net/PerformanceTest/Program.cs b/Src/Asp.Net/PerformanceTest/Program.cs index 29668938d..f4c111b18 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.GetSql; + var type = DemoType.GetById; var ormType = OrmType.Dapper; switch (type) {