diff --git a/frameworks/genhttp-11/Project.cs b/frameworks/genhttp-11/Project.cs index 23f02949..81b38224 100644 --- a/frameworks/genhttp-11/Project.cs +++ b/frameworks/genhttp-11/Project.cs @@ -1,5 +1,7 @@ using GenHTTP.Api.Content; +using GenHTTP.Modules.Compression; +using GenHTTP.Modules.Compression.Algorithms; using GenHTTP.Modules.IO; using GenHTTP.Modules.Layouting; using GenHTTP.Modules.Layouting.Provider; @@ -35,7 +37,10 @@ private static LayoutBuilder AddStaticFiles(this LayoutBuilder app) { if (Directory.Exists("/data/static")) { - app.Add("static", Resources.From(ResourceTree.FromDirectory("/data/static"))); + var handler = PreCompressedResources.From(ResourceTree.FromDirectory("/data/static")) + .Add(new BrotliAlgorithm()); + + app.Add("static", handler); } return app; diff --git a/frameworks/genhttp-11/genhttp.csproj b/frameworks/genhttp-11/genhttp.csproj index 92ebe886..69eeb0ef 100644 --- a/frameworks/genhttp-11/genhttp.csproj +++ b/frameworks/genhttp-11/genhttp.csproj @@ -10,17 +10,17 @@ - - - - - - + + + + + + - + diff --git a/site/data/api-16-1024.json b/site/data/api-16-1024.json index 3668bfb9..799e7b32 100644 --- a/site/data/api-16-1024.json +++ b/site/data/api-16-1024.json @@ -414,28 +414,28 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 122771, - "avg_latency": "7.08ms", - "p99_latency": "32.60ms", - "cpu": "1527.0%", - "memory": "282MiB", + "rps": 134218, + "avg_latency": "5.85ms", + "p99_latency": "28.60ms", + "cpu": "1536.3%", + "memory": "270MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "623.14MB/s", - "input_bw": "6.91MB/s", - "reconnects": 368254, - "status_2xx": 1841565, + "bandwidth": "679.78MB/s", + "input_bw": "7.55MB/s", + "reconnects": 402676, + "status_2xx": 2013276, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 689717, - "tpl_json": 691365, + "tpl_baseline": 754488, + "tpl_json": 755291, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 460483 + "tpl_async_db": 503489 }, { "framework": "genhttp-kestrel", diff --git a/site/data/api-4-256.json b/site/data/api-4-256.json index 54392938..bfc3d01b 100644 --- a/site/data/api-4-256.json +++ b/site/data/api-4-256.json @@ -414,28 +414,28 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 45959, - "avg_latency": "4.52ms", - "p99_latency": "17.50ms", - "cpu": "389.6%", - "memory": "147MiB", + "rps": 48671, + "avg_latency": "3.89ms", + "p99_latency": "15.60ms", + "cpu": "386.2%", + "memory": "145MiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "232.99MB/s", - "input_bw": "2.59MB/s", - "reconnects": 137882, - "status_2xx": 689395, + "bandwidth": "246.28MB/s", + "input_bw": "2.74MB/s", + "reconnects": 145991, + "status_2xx": 730070, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 258725, - "tpl_json": 258524, + "tpl_baseline": 273998, + "tpl_json": 273549, "tpl_db": 0, "tpl_upload": 0, "tpl_static": 0, - "tpl_async_db": 172146 + "tpl_async_db": 182523 }, { "framework": "genhttp-kestrel", diff --git a/site/data/async-db-1024.json b/site/data/async-db-1024.json index 940f4b07..2201615a 100644 --- a/site/data/async-db-1024.json +++ b/site/data/async-db-1024.json @@ -338,19 +338,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 171582, - "avg_latency": "5.32ms", - "p99_latency": "12.50ms", - "cpu": "3387.4%", - "memory": "330MiB", + "rps": 190146, + "avg_latency": "4.87ms", + "p99_latency": "11.80ms", + "cpu": "3567.3%", + "memory": "346MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "664.70MB/s", - "input_bw": "11.45MB/s", - "reconnects": 68576, - "status_2xx": 1715825, + "bandwidth": "733.59MB/s", + "input_bw": "12.69MB/s", + "reconnects": 75794, + "status_2xx": 1901466, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-4096.json b/site/data/baseline-4096.json index 1ead35a5..a11e3b73 100644 --- a/site/data/baseline-4096.json +++ b/site/data/baseline-4096.json @@ -432,19 +432,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 1428408, - "avg_latency": "2.56ms", - "p99_latency": "11.80ms", - "cpu": "5652.8%", - "memory": "448MiB", + "rps": 1456237, + "avg_latency": "2.64ms", + "p99_latency": "13.50ms", + "cpu": "5863.8%", + "memory": "500MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "175.68MB/s", - "input_bw": "110.34MB/s", + "bandwidth": "179.12MB/s", + "input_bw": "112.49MB/s", "reconnects": 0, - "status_2xx": 7142040, + "status_2xx": 7281186, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-512.json b/site/data/baseline-512.json index 10c47a32..e9918997 100644 --- a/site/data/baseline-512.json +++ b/site/data/baseline-512.json @@ -432,19 +432,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 1486774, - "avg_latency": "343us", - "p99_latency": "2.84ms", - "cpu": "5787.6%", - "memory": "218MiB", + "rps": 1477601, + "avg_latency": "346us", + "p99_latency": "3.00ms", + "cpu": "5558.0%", + "memory": "242MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "182.87MB/s", - "input_bw": "114.85MB/s", + "bandwidth": "181.74MB/s", + "input_bw": "114.14MB/s", "reconnects": 0, - "status_2xx": 7433873, + "status_2xx": 7388005, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/crud-4096.json b/site/data/crud-4096.json index a9ffe5c9..ded75d66 100644 --- a/site/data/crud-4096.json +++ b/site/data/crud-4096.json @@ -80,19 +80,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 454082, - "avg_latency": "8.53ms", + "rps": 453772, + "avg_latency": "8.62ms", "p99_latency": "29.50ms", - "cpu": "4049.0%", - "memory": "626MiB", + "cpu": "4029.0%", + "memory": "668MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "173.80MB/s", - "input_bw": "38.97MB/s", - "reconnects": 32107, - "status_2xx": 6811234, + "bandwidth": "172.48MB/s", + "input_bw": "38.95MB/s", + "reconnects": 32095, + "status_2xx": 6806594, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/echo-ws-16384.json b/site/data/echo-ws-16384.json index d491923c..83e4e4d5 100644 --- a/site/data/echo-ws-16384.json +++ b/site/data/echo-ws-16384.json @@ -155,18 +155,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 1875182, - "avg_latency": "6.09ms", - "p99_latency": "16.50ms", - "cpu": "5749.5%", - "memory": "1.5GiB", + "rps": 1841848, + "avg_latency": "6.03ms", + "p99_latency": "17.50ms", + "cpu": "6028.1%", + "memory": "1.6GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "13.08MB/s", + "bandwidth": "12.85MB/s", "reconnects": 0, - "status_2xx": 9375913, + "status_2xx": 9209243, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/echo-ws-4096.json b/site/data/echo-ws-4096.json index b4e187fc..6bfd0dbc 100644 --- a/site/data/echo-ws-4096.json +++ b/site/data/echo-ws-4096.json @@ -155,18 +155,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 2033859, - "avg_latency": "1.85ms", - "p99_latency": "5.39ms", - "cpu": "5868.1%", - "memory": "704MiB", + "rps": 2077313, + "avg_latency": "1.77ms", + "p99_latency": "5.08ms", + "cpu": "6214.7%", + "memory": "679MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "13.71MB/s", + "bandwidth": "13.98MB/s", "reconnects": 0, - "status_2xx": 10169297, + "status_2xx": 10386569, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/echo-ws-512.json b/site/data/echo-ws-512.json index 6236e9a0..9dd322fa 100644 --- a/site/data/echo-ws-512.json +++ b/site/data/echo-ws-512.json @@ -155,18 +155,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 2072434, - "avg_latency": "246us", - "p99_latency": "1.05ms", - "cpu": "6102.4%", - "memory": "196MiB", + "rps": 2088245, + "avg_latency": "244us", + "p99_latency": "1.20ms", + "cpu": "6076.4%", + "memory": "188MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "13.83MB/s", + "bandwidth": "13.94MB/s", "reconnects": 0, - "status_2xx": 10362173, + "status_2xx": 10441226, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/echo-ws-pipeline-16384.json b/site/data/echo-ws-pipeline-16384.json index 44fbb521..9719326a 100644 --- a/site/data/echo-ws-pipeline-16384.json +++ b/site/data/echo-ws-pipeline-16384.json @@ -135,18 +135,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 3687198, - "avg_latency": "3.20ms", - "p99_latency": "3.28ms", - "cpu": "6062.3%", - "memory": "974MiB", + "rps": 3615216, + "avg_latency": "1.27ms", + "p99_latency": "2.33ms", + "cpu": "5887.5%", + "memory": "1.6GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "24.91MB/s", + "bandwidth": "24.33MB/s", "reconnects": 0, - "status_2xx": 18435991, + "status_2xx": 18076081, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/echo-ws-pipeline-4096.json b/site/data/echo-ws-pipeline-4096.json index e7442884..0b573711 100644 --- a/site/data/echo-ws-pipeline-4096.json +++ b/site/data/echo-ws-pipeline-4096.json @@ -135,18 +135,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 3690572, - "avg_latency": "1.36ms", - "p99_latency": "3.25ms", - "cpu": "6285.5%", - "memory": "530MiB", + "rps": 3664667, + "avg_latency": "643us", + "p99_latency": "3.27ms", + "cpu": "6106.2%", + "memory": "818MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "24.65MB/s", + "bandwidth": "24.57MB/s", "reconnects": 0, - "status_2xx": 18452864, + "status_2xx": 18323335, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/echo-ws-pipeline-512.json b/site/data/echo-ws-pipeline-512.json index 379e8db4..e60d8c8c 100644 --- a/site/data/echo-ws-pipeline-512.json +++ b/site/data/echo-ws-pipeline-512.json @@ -135,18 +135,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 3967059, - "avg_latency": "455us", - "p99_latency": "1.04ms", - "cpu": "6079.4%", - "memory": "230MiB", + "rps": 4010686, + "avg_latency": "638us", + "p99_latency": "3.13ms", + "cpu": "6211.9%", + "memory": "375MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "26.48MB/s", + "bandwidth": "26.78MB/s", "reconnects": 0, - "status_2xx": 19835299, + "status_2xx": 20053431, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-4096.json b/site/data/json-4096.json index d99fbf31..c469d9d9 100644 --- a/site/data/json-4096.json +++ b/site/data/json-4096.json @@ -378,19 +378,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 677912, - "avg_latency": "5.15ms", - "p99_latency": "26.70ms", - "cpu": "5971.9%", - "memory": "570MiB", + "rps": 760780, + "avg_latency": "4.61ms", + "p99_latency": "20.30ms", + "cpu": "5979.3%", + "memory": "504MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.33GB/s", - "input_bw": "32.33MB/s", - "reconnects": 133802, - "status_2xx": 3389560, + "bandwidth": "2.60GB/s", + "input_bw": "36.28MB/s", + "reconnects": 150483, + "status_2xx": 3803902, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-16384.json b/site/data/json-comp-16384.json index 85638166..52431c33 100644 --- a/site/data/json-comp-16384.json +++ b/site/data/json-comp-16384.json @@ -302,19 +302,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 214294, - "avg_latency": "50.69ms", - "p99_latency": "173.50ms", - "cpu": "5546.2%", - "memory": "887MiB", + "rps": 419446, + "avg_latency": "28.39ms", + "p99_latency": "60.30ms", + "cpu": "5964.6%", + "memory": "1.0GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "351.66MB/s", - "input_bw": "15.94MB/s", - "reconnects": 36881, - "status_2xx": 1071471, + "bandwidth": "715.04MB/s", + "input_bw": "31.20MB/s", + "reconnects": 76777, + "status_2xx": 2097233, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-4096.json b/site/data/json-comp-4096.json index 1978b8e3..7d8c9327 100644 --- a/site/data/json-comp-4096.json +++ b/site/data/json-comp-4096.json @@ -302,19 +302,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 210023, - "avg_latency": "17.71ms", - "p99_latency": "41.60ms", - "cpu": "5395.0%", - "memory": "587MiB", + "rps": 429345, + "avg_latency": "8.79ms", + "p99_latency": "26.50ms", + "cpu": "6023.2%", + "memory": "547MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "344.53MB/s", - "input_bw": "15.62MB/s", - "reconnects": 40214, - "status_2xx": 1050116, + "bandwidth": "731.85MB/s", + "input_bw": "31.94MB/s", + "reconnects": 84172, + "status_2xx": 2146728, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-comp-512.json b/site/data/json-comp-512.json index 39efc026..c1dcb70c 100644 --- a/site/data/json-comp-512.json +++ b/site/data/json-comp-512.json @@ -302,19 +302,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 186010, - "avg_latency": "2.71ms", - "p99_latency": "14.90ms", - "cpu": "4144.9%", - "memory": "238MiB", + "rps": 423169, + "avg_latency": "1.20ms", + "p99_latency": "9.39ms", + "cpu": "5611.9%", + "memory": "240MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "305.16MB/s", - "input_bw": "13.84MB/s", - "reconnects": 37204, - "status_2xx": 930050, + "bandwidth": "721.32MB/s", + "input_bw": "31.48MB/s", + "reconnects": 84706, + "status_2xx": 2115847, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-tls-4096.json b/site/data/json-tls-4096.json index b60294bd..859e7ad7 100644 --- a/site/data/json-tls-4096.json +++ b/site/data/json-tls-4096.json @@ -193,18 +193,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 523539, - "avg_latency": "7.67ms", - "p99_latency": "7.67ms", - "cpu": "5981.8%", - "memory": "965MiB", + "rps": 616788, + "avg_latency": "6.49ms", + "p99_latency": "6.49ms", + "cpu": "6032.2%", + "memory": "817MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "1.80GB", + "bandwidth": "2.11GB", "reconnects": 0, - "status_2xx": 2670200, + "status_2xx": 3145297, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-4096.json b/site/data/limited-conn-4096.json index e9fb0609..4e28923b 100644 --- a/site/data/limited-conn-4096.json +++ b/site/data/limited-conn-4096.json @@ -432,19 +432,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 942613, - "avg_latency": "2.13ms", - "p99_latency": "26.00ms", - "cpu": "5683.3%", - "memory": "370MiB", + "rps": 933128, + "avg_latency": "2.02ms", + "p99_latency": "19.60ms", + "cpu": "5760.5%", + "memory": "348MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "115.93MB/s", - "input_bw": "72.81MB/s", - "reconnects": 471262, - "status_2xx": 4713068, + "bandwidth": "114.76MB/s", + "input_bw": "72.08MB/s", + "reconnects": 466659, + "status_2xx": 4665643, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/limited-conn-512.json b/site/data/limited-conn-512.json index eee9be4a..bdca215b 100644 --- a/site/data/limited-conn-512.json +++ b/site/data/limited-conn-512.json @@ -432,19 +432,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 975918, - "avg_latency": "512us", - "p99_latency": "5.23ms", - "cpu": "5730.9%", - "memory": "189MiB", + "rps": 985720, + "avg_latency": "507us", + "p99_latency": "5.42ms", + "cpu": "5826.2%", + "memory": "204MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "120.03MB/s", - "input_bw": "75.39MB/s", - "reconnects": 488032, - "status_2xx": 4879590, + "bandwidth": "121.24MB/s", + "input_bw": "76.14MB/s", + "reconnects": 492845, + "status_2xx": 4928602, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-4096.json b/site/data/pipelined-4096.json index 765997ff..d6e3aa2a 100644 --- a/site/data/pipelined-4096.json +++ b/site/data/pipelined-4096.json @@ -406,18 +406,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 8143235, - "avg_latency": "4.68ms", - "p99_latency": "6.11ms", - "cpu": "6215.7%", - "memory": "394MiB", + "rps": 16077612, + "avg_latency": "3.85ms", + "p99_latency": "11.60ms", + "cpu": "6051.1%", + "memory": "230MiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "1001.61MB/s", + "bandwidth": "1.93GB/s", "reconnects": 0, - "status_2xx": 40716176, + "status_2xx": 80388064, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-512.json b/site/data/pipelined-512.json index 8ca04bb9..fc5b88bd 100644 --- a/site/data/pipelined-512.json +++ b/site/data/pipelined-512.json @@ -406,18 +406,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 8071429, - "avg_latency": "618us", - "p99_latency": "3.14ms", - "cpu": "6395.8%", - "memory": "139MiB", + "rps": 16853600, + "avg_latency": "485us", + "p99_latency": "5.42ms", + "cpu": "6270.8%", + "memory": "77MiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "992.76MB/s", + "bandwidth": "2.02GB/s", "reconnects": 0, - "status_2xx": 40357147, + "status_2xx": 84268000, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-1024.json b/site/data/static-1024.json index 72059f38..aa40db21 100644 --- a/site/data/static-1024.json +++ b/site/data/static-1024.json @@ -386,18 +386,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 86442, - "avg_latency": "16.17ms", - "p99_latency": "16.17ms", - "cpu": "5489.9%", - "memory": "2.2GiB", + "rps": 502966, + "avg_latency": "2.61ms", + "p99_latency": "2.61ms", + "cpu": "5753.1%", + "memory": "451MiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "1.80GB", + "bandwidth": "7.69GB", "reconnects": 0, - "status_2xx": 440802, + "status_2xx": 2565319, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-4096.json b/site/data/static-4096.json index 8c4f9f55..e7418b13 100644 --- a/site/data/static-4096.json +++ b/site/data/static-4096.json @@ -386,18 +386,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 97472, - "avg_latency": "72.65ms", - "p99_latency": "72.65ms", - "cpu": "5769.5%", - "memory": "2.1GiB", + "rps": 386953, + "avg_latency": "13.70ms", + "p99_latency": "13.70ms", + "cpu": "5617.4%", + "memory": "2.3GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.03GB", + "bandwidth": "5.92GB", "reconnects": 0, - "status_2xx": 497049, + "status_2xx": 1973879, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-6800.json b/site/data/static-6800.json index edc6527c..6dbdc253 100644 --- a/site/data/static-6800.json +++ b/site/data/static-6800.json @@ -386,18 +386,18 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 95598, - "avg_latency": "115.72ms", - "p99_latency": "115.72ms", - "cpu": "5718.9%", - "memory": "3.3GiB", + "rps": 354517, + "avg_latency": "36.89ms", + "p99_latency": "36.89ms", + "cpu": "5368.8%", + "memory": "3.4GiB", "connections": 6800, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "1.99GB", + "bandwidth": "5.42GB", "reconnects": 0, - "status_2xx": 487516, + "status_2xx": 1808143, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-256.json b/site/data/upload-256.json index f7cf1baf..41f086a3 100644 --- a/site/data/upload-256.json +++ b/site/data/upload-256.json @@ -341,19 +341,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 3028, - "avg_latency": "79.79ms", - "p99_latency": "346.50ms", - "cpu": "3832.5%", - "memory": "159MiB", + "rps": 3007, + "avg_latency": "79.98ms", + "p99_latency": "353.60ms", + "cpu": "3783.2%", + "memory": "199MiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "397.00KB/s", - "input_bw": "24.02GB/s", - "reconnects": 2986, - "status_2xx": 15235, + "bandwidth": "394.25KB/s", + "input_bw": "23.85GB/s", + "reconnects": 2967, + "status_2xx": 15127, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-32.json b/site/data/upload-32.json index 3f3cf2bf..6ec40adb 100644 --- a/site/data/upload-32.json +++ b/site/data/upload-32.json @@ -341,19 +341,19 @@ { "framework": "genhttp-11", "language": "C#", - "rps": 2683, - "avg_latency": "11.90ms", - "p99_latency": "34.60ms", - "cpu": "2639.9%", - "memory": "95MiB", + "rps": 2676, + "avg_latency": "11.93ms", + "p99_latency": "34.80ms", + "cpu": "2634.8%", + "memory": "124MiB", "connections": 32, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "351.70KB/s", - "input_bw": "21.28GB/s", - "reconnects": 2681, - "status_2xx": 13419, + "bandwidth": "350.69KB/s", + "input_bw": "21.23GB/s", + "reconnects": 2673, + "status_2xx": 13380, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0