Browse Source

-

pull/12/MERGE
sunkaixuan 7 years ago
parent
commit
d9df7d1564
  1. 2
      Src/Asp.Net/PerformanceTest/Program.cs

2
Src/Asp.Net/PerformanceTest/Program.cs

@ -15,7 +15,7 @@ namespace PerformanceTest
/// <param name="args"></param>
static void Main(string[] args)
{
var type = DemoType.GetSql;
var type = DemoType.GetById;
var ormType = OrmType.Dapper;
switch (type)
{

Loading…
Cancel
Save