Skip to content

Commit a53880c

Browse files
authored
Merge pull request #662 from Kaliumhexacyanoferrat/genhttp-10.5.1
[C#] GenHTTP: Update to 10.5.1
2 parents 66181ae + ff3e072 commit a53880c

4 files changed

Lines changed: 27 additions & 27 deletions

File tree

frameworks/genhttp/genhttp.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="GenHTTP.Core" Version="10.5.0" />
11-
<PackageReference Include="GenHTTP.Modules.ServerCaching" Version="10.5.0" />
12-
<PackageReference Include="GenHTTP.Modules.IO" Version="10.5.0" />
13-
<PackageReference Include="GenHTTP.Modules.Layouting" Version="10.5.0" />
14-
<PackageReference Include="GenHTTP.Modules.Webservices" Version="10.5.0" />
15-
<PackageReference Include="GenHTTP.Modules.Websockets" Version="10.5.0" />
10+
<PackageReference Include="GenHTTP.Core" Version="10.5.1" />
11+
<PackageReference Include="GenHTTP.Modules.ServerCaching" Version="10.5.1" />
12+
<PackageReference Include="GenHTTP.Modules.IO" Version="10.5.1" />
13+
<PackageReference Include="GenHTTP.Modules.Layouting" Version="10.5.1" />
14+
<PackageReference Include="GenHTTP.Modules.Webservices" Version="10.5.1" />
15+
<PackageReference Include="GenHTTP.Modules.Websockets" Version="10.5.1" />
1616
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.7" />
1717
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.7" />
1818
<PackageReference Include="Npgsql" Version="10.0.2" />

site/data/static-1024.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -348,18 +348,18 @@
348348
{
349349
"framework": "genhttp",
350350
"language": "C#",
351-
"rps": 159730,
352-
"avg_latency": "8.76ms",
353-
"p99_latency": "8.76ms",
354-
"cpu": "6193.5%",
355-
"memory": "608MiB",
351+
"rps": 254228,
352+
"avg_latency": "13.08ms",
353+
"p99_latency": "13.08ms",
354+
"cpu": "5741.4%",
355+
"memory": "482MiB",
356356
"connections": 1024,
357357
"threads": 64,
358358
"duration": "5s",
359359
"pipeline": 1,
360-
"bandwidth": "9.46GB",
360+
"bandwidth": "4.56GB",
361361
"reconnects": 0,
362-
"status_2xx": 814633,
362+
"status_2xx": 1296608,
363363
"status_3xx": 0,
364364
"status_4xx": 0,
365365
"status_5xx": 0

site/data/static-4096.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -348,18 +348,18 @@
348348
{
349349
"framework": "genhttp",
350350
"language": "C#",
351-
"rps": 174313,
352-
"avg_latency": "27.01ms",
353-
"p99_latency": "27.01ms",
354-
"cpu": "6284.4%",
355-
"memory": "1.4GiB",
351+
"rps": 249569,
352+
"avg_latency": "17.45ms",
353+
"p99_latency": "17.45ms",
354+
"cpu": "5728.3%",
355+
"memory": "1.6GiB",
356356
"connections": 4096,
357357
"threads": 64,
358358
"duration": "5s",
359359
"pipeline": 1,
360-
"bandwidth": "10.25GB",
360+
"bandwidth": "4.47GB",
361361
"reconnects": 0,
362-
"status_2xx": 889046,
362+
"status_2xx": 1272815,
363363
"status_3xx": 0,
364364
"status_4xx": 0,
365365
"status_5xx": 0

site/data/static-6800.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -348,18 +348,18 @@
348348
{
349349
"framework": "genhttp",
350350
"language": "C#",
351-
"rps": 169210,
352-
"avg_latency": "40.68ms",
353-
"p99_latency": "40.68ms",
354-
"cpu": "6327.4%",
355-
"memory": "1.8GiB",
351+
"rps": 244271,
352+
"avg_latency": "26.74ms",
353+
"p99_latency": "26.74ms",
354+
"cpu": "5795.7%",
355+
"memory": "1.6GiB",
356356
"connections": 6800,
357357
"threads": 64,
358358
"duration": "5s",
359359
"pipeline": 1,
360-
"bandwidth": "9.92GB",
360+
"bandwidth": "4.38GB",
361361
"reconnects": 0,
362-
"status_2xx": 863018,
362+
"status_2xx": 1245856,
363363
"status_3xx": 0,
364364
"status_4xx": 0,
365365
"status_5xx": 0

0 commit comments

Comments
 (0)