Browse Source

[genhttp] update to version 10.1 (#10297)

* Update GenHTTP to version 10.1

* Fix structure of benchmark_config.json

* Update postgres driver to latest
Andreas Nägeli 3 tuần trước cách đây
mục cha
commit
a020916931

+ 3 - 3
frameworks/CSharp/genhttp/Benchmarks/Benchmarks.csproj

@@ -28,12 +28,12 @@
 
 
     <ItemGroup>
     <ItemGroup>
 
 
-        <PackageReference Include="$(GENHTTP_ENGINE_PACKAGE)" Version="10.0.0" />
+        <PackageReference Include="$(GENHTTP_ENGINE_PACKAGE)" Version="10.1.0" />
 
 
-        <PackageReference Include="GenHTTP.Modules.Webservices" Version="10.0.0" />
+        <PackageReference Include="GenHTTP.Modules.Webservices" Version="10.1.0" />
 
 
         <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" />
         <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" />
-        <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-rc.2" />
+        <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
 
 
     </ItemGroup>
     </ItemGroup>
 
 

+ 4 - 6
frameworks/CSharp/genhttp/benchmark_config.json

@@ -23,10 +23,8 @@
       "database_os": "Linux",
       "database_os": "Linux",
       "display_name": "genhttp [internal]",
       "display_name": "genhttp [internal]",
       "notes": ""
       "notes": ""
-    }
-  },
-    {
-      "kestrel": {
+    },
+    "kestrel": {
         "plaintext_url": "/plaintext",
         "plaintext_url": "/plaintext",
         "json_url": "/json",
         "json_url": "/json",
         "db_url": "/db",
         "db_url": "/db",
@@ -47,6 +45,6 @@
         "database_os": "Linux",
         "database_os": "Linux",
         "display_name": "genhttp [kestrel]",
         "display_name": "genhttp [kestrel]",
         "notes": ""
         "notes": ""
-      }
-    }]
+    }
+  }]
 }
 }