From 0022a6cab2d15fedc5c59b1b8c92ae251e85daf3 Mon Sep 17 00:00:00 2001 From: BennyFranciscus <268274351+BennyFranciscus@users.noreply.github.com> Date: Tue, 24 Mar 2026 23:59:06 +0000 Subject: [PATCH] update results for nginx - fix website filters --- site/content/leaderboard/_index.md | 31 ++++++++++++++++++++++++ site/data/baseline-16384.json | 14 +++++------ site/data/baseline-4096.json | 14 +++++------ site/data/baseline-512.json | 14 +++++------ site/data/baseline-h2-1024.json | 13 +++++----- site/data/baseline-h2-256.json | 13 +++++----- site/data/baseline-h3-256.json | 13 +++++----- site/data/baseline-h3-512.json | 11 +++++---- site/data/compression-16384.json | 11 +++++---- site/data/compression-4096.json | 11 +++++---- site/data/current.json | 2 +- site/data/json-16384.json | 13 +++++----- site/data/json-4096.json | 13 +++++----- site/data/limited-conn-4096.json | 15 ++++++------ site/data/limited-conn-512.json | 15 ++++++------ site/data/mixed-16384.json | 28 ++++++++++----------- site/data/mixed-4096.json | 28 ++++++++++----------- site/data/noisy-16384.json | 17 +++++++------ site/data/noisy-4096.json | 17 +++++++------ site/data/noisy-512.json | 15 ++++++------ site/data/pipelined-16384.json | 13 +++++----- site/data/pipelined-4096.json | 13 +++++----- site/data/pipelined-512.json | 13 +++++----- site/data/static-h2-1024.json | 13 +++++----- site/data/static-h2-256.json | 13 +++++----- site/data/static-h3-256.json | 15 ++++++------ site/data/static-h3-512.json | 13 +++++----- site/data/upload-256.json | 16 ++++++------ site/data/upload-512.json | 14 +++++------ site/data/upload-64.json | 16 ++++++------ site/layouts/shortcodes/leaderboard.html | 18 ++++++++++++-- 31 files changed, 265 insertions(+), 200 deletions(-) diff --git a/site/content/leaderboard/_index.md b/site/content/leaderboard/_index.md index 0db3276d5..f758f4098 100644 --- a/site/content/leaderboard/_index.md +++ b/site/content/leaderboard/_index.md @@ -71,6 +71,37 @@ html.dark .http-ver[data-ver="ws"].active { color: #22d3ee; background: rgba(8,1 document.getElementById('lb-composite-wrapper').style.display = ver === 'composite' ? '' : 'none'; document.getElementById('lb-grpc-wrapper').style.display = ver === 'grpc' ? '' : 'none'; document.getElementById('lb-ws-wrapper').style.display = ver === 'ws' ? '' : 'none'; + /* Reset all type filters to Framework */ + document.querySelectorAll('.lb-type-filter').forEach(function(f) { + f.classList.toggle('active', f.dataset.type === 'framework'); + }); + /* Reset composite type filter too */ + document.querySelectorAll('.composite-type-filter').forEach(function(f) { + f.classList.toggle('active', f.dataset.type === 'framework'); + }); + /* Sync language filters — capture active langs, apply to all, then trigger re-filter */ + var activeLangs = new Set(); + var allActive = false; + document.querySelectorAll('.lb-lang-filter').forEach(function(f) { + if (f.classList.contains('active')) { + if (f.dataset.lang === 'all') allActive = true; + else activeLangs.add(f.dataset.lang); + } + }); + document.querySelectorAll('.lb-lang-filter').forEach(function(f) { + if (f.dataset.lang === 'all') f.classList.toggle('active', allActive); + else f.classList.toggle('active', allActive || activeLangs.has(f.dataset.lang)); + }); + /* Trigger re-filter on the newly visible wrapper by clicking its type filter */ + var wrapperIds = { h1: 'lb-wrapper', h2: 'lb-h2-wrapper', h3: 'lb-h3-wrapper', grpc: 'lb-grpc-wrapper', ws: 'lb-ws-wrapper' }; + var wrapperId = wrapperIds[ver]; + if (wrapperId) { + var w = document.getElementById(wrapperId); + if (w) { + var typeBtn = w.querySelector('.lb-type-filter[data-type="framework"]'); + if (typeBtn) typeBtn.click(); + } + } }); }); })(); diff --git a/site/data/baseline-16384.json b/site/data/baseline-16384.json index fe31f4350..44e92f3fd 100644 --- a/site/data/baseline-16384.json +++ b/site/data/baseline-16384.json @@ -602,19 +602,19 @@ { "framework": "nginx", "language": "C", - "rps": 2612019, - "avg_latency": "6.12ms", - "p99_latency": "28.30ms", - "cpu": "6127.7%", + "rps": 2648676, + "avg_latency": "5.97ms", + "p99_latency": "31.30ms", + "cpu": "6051.4%", "memory": "3.6GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "353.53MB/s", - "input_bw": "201.77MB/s", + "bandwidth": "358.36MB/s", + "input_bw": "204.60MB/s", "reconnects": 0, - "status_2xx": 13060097, + "status_2xx": 13243383, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-4096.json b/site/data/baseline-4096.json index 1efa2cecd..8fcdf8657 100644 --- a/site/data/baseline-4096.json +++ b/site/data/baseline-4096.json @@ -602,19 +602,19 @@ { "framework": "nginx", "language": "C", - "rps": 2864881, - "avg_latency": "1.43ms", - "p99_latency": "9.57ms", - "cpu": "6256.3%", + "rps": 2897562, + "avg_latency": "1.41ms", + "p99_latency": "9.05ms", + "cpu": "6285.0%", "memory": "3.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "387.77MB/s", - "input_bw": "221.31MB/s", + "bandwidth": "392.11MB/s", + "input_bw": "223.83MB/s", "reconnects": 0, - "status_2xx": 14324408, + "status_2xx": 14487814, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-512.json b/site/data/baseline-512.json index bb1d0817e..ec7c67b73 100644 --- a/site/data/baseline-512.json +++ b/site/data/baseline-512.json @@ -602,19 +602,19 @@ { "framework": "nginx", "language": "C", - "rps": 2485804, - "avg_latency": "205us", - "p99_latency": "1.59ms", - "cpu": "6523.9%", + "rps": 2518385, + "avg_latency": "202us", + "p99_latency": "1.57ms", + "cpu": "6326.5%", "memory": "3.5GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "336.42MB/s", - "input_bw": "192.02MB/s", + "bandwidth": "340.86MB/s", + "input_bw": "194.54MB/s", "reconnects": 0, - "status_2xx": 12429020, + "status_2xx": 12591926, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-h2-1024.json b/site/data/baseline-h2-1024.json index 88e5e13db..91dea184a 100644 --- a/site/data/baseline-h2-1024.json +++ b/site/data/baseline-h2-1024.json @@ -253,18 +253,19 @@ { "framework": "nginx", "language": "C", - "rps": 3336622, - "avg_latency": "22.24ms", - "p99_latency": "22.24ms", - "cpu": "6876.1%", + "rps": 3391354, + "avg_latency": "22.35ms", + "p99_latency": "22.35ms", + "cpu": "6922.0%", "memory": "3.6GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "273.67MB/s", + "bandwidth": "278.15MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 16683113, + "status_2xx": 16956772, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-h2-256.json b/site/data/baseline-h2-256.json index e318dbde5..15891cec0 100644 --- a/site/data/baseline-h2-256.json +++ b/site/data/baseline-h2-256.json @@ -253,18 +253,19 @@ { "framework": "nginx", "language": "C", - "rps": 3273185, - "avg_latency": "6.87ms", - "p99_latency": "6.87ms", - "cpu": "6877.3%", + "rps": 3259534, + "avg_latency": "6.88ms", + "p99_latency": "6.88ms", + "cpu": "6892.2%", "memory": "3.5GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "268.46MB/s", + "bandwidth": "267.34MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 16365925, + "status_2xx": 16297672, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-h3-256.json b/site/data/baseline-h3-256.json index 4b43e999f..2bcb27846 100644 --- a/site/data/baseline-h3-256.json +++ b/site/data/baseline-h3-256.json @@ -59,18 +59,19 @@ { "framework": "nginx", "language": "C", - "rps": 543491, - "avg_latency": "9.85ms", - "p99_latency": "31.37ms", - "cpu": "1473.3%", + "rps": 538781, + "avg_latency": "10.08ms", + "p99_latency": "31.73ms", + "cpu": "1405.9%", "memory": "3.8GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 32, - "bandwidth": "0.52MB/s", + "bandwidth": "0.51MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 2719077, + "status_2xx": 2693548, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/baseline-h3-512.json b/site/data/baseline-h3-512.json index 6484dcab4..640d36008 100644 --- a/site/data/baseline-h3-512.json +++ b/site/data/baseline-h3-512.json @@ -78,18 +78,19 @@ { "framework": "nginx", "language": "C", - "rps": 493454, - "avg_latency": "17.41ms", - "p99_latency": "54.93ms", - "cpu": "1485.3%", + "rps": 498559, + "avg_latency": "18.02ms", + "p99_latency": "56.61ms", + "cpu": "1535.6%", "memory": "3.9GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 32, "bandwidth": "0.47MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 2470589, + "status_2xx": 2492571, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/compression-16384.json b/site/data/compression-16384.json index 1e90484fa..f53acbc8f 100644 --- a/site/data/compression-16384.json +++ b/site/data/compression-16384.json @@ -571,18 +571,19 @@ { "framework": "nginx", "language": "C", - "rps": 10913, + "rps": 10966, "avg_latency": "1.22s", - "p99_latency": "2.08s", - "cpu": "11577.8%", + "p99_latency": "1.96s", + "cpu": "11560.0%", "memory": "3.7GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.39GB/s", + "bandwidth": "2.40GB/s", + "input_bw": "792.46KB/s", "reconnects": 0, - "status_2xx": 54566, + "status_2xx": 54830, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/compression-4096.json b/site/data/compression-4096.json index 1fa06aa74..43b170ea8 100644 --- a/site/data/compression-4096.json +++ b/site/data/compression-4096.json @@ -571,18 +571,19 @@ { "framework": "nginx", "language": "C", - "rps": 11075, - "avg_latency": "349.51ms", - "p99_latency": "554.20ms", - "cpu": "12447.2%", + "rps": 11072, + "avg_latency": "347.99ms", + "p99_latency": "537.10ms", + "cpu": "11952.3%", "memory": "3.6GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, "bandwidth": "2.42GB/s", + "input_bw": "800.12KB/s", "reconnects": 0, - "status_2xx": 55379, + "status_2xx": 55361, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/current.json b/site/data/current.json index 3f535383d..e098f4dff 100644 --- a/site/data/current.json +++ b/site/data/current.json @@ -7,7 +7,7 @@ "os": "Ubuntu 24.04.4 LTS", "kernel": "6.17.0-19-generic", "docker": "29.3.0", - "commit": "957a34e", + "commit": "7417d7a", "governor": "performance", "docker_runtime": "runc", "threads_per_core": "2", diff --git a/site/data/json-16384.json b/site/data/json-16384.json index 93a1bb145..6b22e114f 100644 --- a/site/data/json-16384.json +++ b/site/data/json-16384.json @@ -591,18 +591,19 @@ { "framework": "nginx", "language": "C", - "rps": 1533361, - "avg_latency": "7.65ms", - "p99_latency": "37.20ms", - "cpu": "7435.8%", + "rps": 1571138, + "avg_latency": "7.41ms", + "p99_latency": "39.70ms", + "cpu": "7462.7%", "memory": "3.6GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "12.33GB/s", + "bandwidth": "12.63GB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 7666806, + "status_2xx": 7855693, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/json-4096.json b/site/data/json-4096.json index dc2b694c9..425868f2c 100644 --- a/site/data/json-4096.json +++ b/site/data/json-4096.json @@ -591,18 +591,19 @@ { "framework": "nginx", "language": "C", - "rps": 1181287, - "avg_latency": "1.12ms", - "p99_latency": "8.19ms", - "cpu": "5161.9%", + "rps": 1137341, + "avg_latency": "1.11ms", + "p99_latency": "7.47ms", + "cpu": "6920.9%", "memory": "3.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "9.50GB/s", + "bandwidth": "9.14GB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 5906435, + "status_2xx": 5686708, "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 7f5c43152..96b117802 100644 --- a/site/data/limited-conn-4096.json +++ b/site/data/limited-conn-4096.json @@ -590,18 +590,19 @@ { "framework": "nginx", "language": "C", - "rps": 1969362, - "avg_latency": "1.94ms", - "p99_latency": "10.30ms", - "cpu": "6032.7%", + "rps": 1998830, + "avg_latency": "1.90ms", + "p99_latency": "10.10ms", + "cpu": "6011.9%", "memory": "3.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "266.56MB/s", - "reconnects": 982995, - "status_2xx": 9846812, + "bandwidth": "270.55MB/s", + "input_bw": "154.40MB/s", + "reconnects": 997730, + "status_2xx": 9994153, "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 0b36d9441..de7ec721f 100644 --- a/site/data/limited-conn-512.json +++ b/site/data/limited-conn-512.json @@ -590,18 +590,19 @@ { "framework": "nginx", "language": "C", - "rps": 1530493, - "avg_latency": "314us", - "p99_latency": "2.75ms", - "cpu": "5331.5%", + "rps": 1580568, + "avg_latency": "304us", + "p99_latency": "2.61ms", + "cpu": "5166.1%", "memory": "3.5GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "207.19MB/s", - "reconnects": 765241, - "status_2xx": 7652468, + "bandwidth": "213.93MB/s", + "input_bw": "122.10MB/s", + "reconnects": 790266, + "status_2xx": 7902841, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/mixed-16384.json b/site/data/mixed-16384.json index 5b0a92abb..0c60284c4 100644 --- a/site/data/mixed-16384.json +++ b/site/data/mixed-16384.json @@ -702,27 +702,27 @@ { "framework": "nginx", "language": "C", - "rps": 51968, - "avg_latency": "290.28ms", - "p99_latency": "661.20ms", - "cpu": "10956.2%", - "memory": "5.7GiB", + "rps": 52483, + "avg_latency": "266.84ms", + "p99_latency": "962.60ms", + "cpu": "10242.3%", + "memory": "7.0GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.30GB/s", - "input_bw": "5.08GB/s", - "reconnects": 0, - "status_2xx": 261402, + "bandwidth": "1.80GB/s", + "input_bw": "5.13GB/s", + "reconnects": 50506, + "status_2xx": 262416, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 136872, - "tpl_json": 27346, - "tpl_db": 27177, - "tpl_upload": 19255, - "tpl_compression": 50752 + "tpl_baseline": 147323, + "tpl_json": 25776, + "tpl_db": 25579, + "tpl_upload": 24940, + "tpl_compression": 38798 }, { "framework": "node", diff --git a/site/data/mixed-4096.json b/site/data/mixed-4096.json index 1e5288c22..64cf2306e 100644 --- a/site/data/mixed-4096.json +++ b/site/data/mixed-4096.json @@ -702,27 +702,27 @@ { "framework": "nginx", "language": "C", - "rps": 63542, - "avg_latency": "62.62ms", - "p99_latency": "174.10ms", - "cpu": "11618.3%", - "memory": "4.4GiB", + "rps": 48053, + "avg_latency": "77.03ms", + "p99_latency": "322.90ms", + "cpu": "11507.2%", + "memory": "4.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.35GB/s", - "input_bw": "6.21GB/s", - "reconnects": 1100, - "status_2xx": 317712, + "bandwidth": "1.88GB/s", + "input_bw": "4.70GB/s", + "reconnects": 50691, + "status_2xx": 240267, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "tpl_baseline": 168204, - "tpl_json": 32336, - "tpl_db": 34328, - "tpl_upload": 31663, - "tpl_compression": 51181 + "tpl_baseline": 130786, + "tpl_json": 21507, + "tpl_db": 21439, + "tpl_upload": 25628, + "tpl_compression": 40907 }, { "framework": "node", diff --git a/site/data/noisy-16384.json b/site/data/noisy-16384.json index f2c30eaac..80d9f83fe 100644 --- a/site/data/noisy-16384.json +++ b/site/data/noisy-16384.json @@ -530,20 +530,21 @@ { "framework": "nginx", "language": "C", - "rps": 2178154, - "avg_latency": "3.93ms", - "p99_latency": "19.00ms", - "cpu": "7060.4%", + "rps": 2285479, + "avg_latency": "3.68ms", + "p99_latency": "16.80ms", + "cpu": "6260.9%", "memory": "3.6GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "465.71MB/s", - "reconnects": 4492, - "status_2xx": 10890770, + "bandwidth": "404.20MB/s", + "input_bw": "231.04MB/s", + "reconnects": 4479, + "status_2xx": 11564525, "status_3xx": 0, - "status_4xx": 3048772, + "status_4xx": 3200879, "status_5xx": 0 }, { diff --git a/site/data/noisy-4096.json b/site/data/noisy-4096.json index 176f9e8ec..57bfa355a 100644 --- a/site/data/noisy-4096.json +++ b/site/data/noisy-4096.json @@ -530,20 +530,21 @@ { "framework": "nginx", "language": "C", - "rps": 2596039, - "avg_latency": "727us", - "p99_latency": "6.01ms", - "cpu": "7053.4%", + "rps": 2654312, + "avg_latency": "692us", + "p99_latency": "5.36ms", + "cpu": "6636.1%", "memory": "3.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "448.99MB/s", - "reconnects": 1188, - "status_2xx": 12980196, + "bandwidth": "410.38MB/s", + "input_bw": "268.32MB/s", + "reconnects": 1236, + "status_2xx": 13271560, "status_3xx": 0, - "status_4xx": 1739862, + "status_4xx": 1714542, "status_5xx": 0 }, { diff --git a/site/data/noisy-512.json b/site/data/noisy-512.json index 187e4faa3..b8164a367 100644 --- a/site/data/noisy-512.json +++ b/site/data/noisy-512.json @@ -530,20 +530,21 @@ { "framework": "nginx", "language": "C", - "rps": 1908487, - "avg_latency": "134us", - "p99_latency": "691us", - "cpu": "6072.3%", + "rps": 1876557, + "avg_latency": "138us", + "p99_latency": "747us", + "cpu": "5990.6%", "memory": "3.5GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "324.51MB/s", + "bandwidth": "316.88MB/s", + "input_bw": "189.70MB/s", "reconnects": 0, - "status_2xx": 9542439, + "status_2xx": 9382787, "status_3xx": 0, - "status_4xx": 1179564, + "status_4xx": 1120685, "status_5xx": 0 }, { diff --git a/site/data/pipelined-16384.json b/site/data/pipelined-16384.json index 80b19804a..485de15c6 100644 --- a/site/data/pipelined-16384.json +++ b/site/data/pipelined-16384.json @@ -593,18 +593,19 @@ { "framework": "nginx", "language": "C", - "rps": 3462840, - "avg_latency": "72.08ms", - "p99_latency": "295.80ms", - "cpu": "7068.0%", + "rps": 3487011, + "avg_latency": "71.46ms", + "p99_latency": "274.50ms", + "cpu": "6691.3%", "memory": "3.7GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "468.88MB/s", + "bandwidth": "471.83MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 17348829, + "status_2xx": 17435058, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-4096.json b/site/data/pipelined-4096.json index 54a5e09e6..fff53cfe8 100644 --- a/site/data/pipelined-4096.json +++ b/site/data/pipelined-4096.json @@ -593,18 +593,19 @@ { "framework": "nginx", "language": "C", - "rps": 3994991, - "avg_latency": "16.24ms", - "p99_latency": "61.20ms", - "cpu": "7078.6%", + "rps": 3931583, + "avg_latency": "16.57ms", + "p99_latency": "71.60ms", + "cpu": "6928.1%", "memory": "3.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "540.75MB/s", + "bandwidth": "532.17MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 19974956, + "status_2xx": 19657918, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/pipelined-512.json b/site/data/pipelined-512.json index 0b821ca49..a019c0295 100644 --- a/site/data/pipelined-512.json +++ b/site/data/pipelined-512.json @@ -593,18 +593,19 @@ { "framework": "nginx", "language": "C", - "rps": 4296779, - "avg_latency": "1.90ms", - "p99_latency": "11.00ms", - "cpu": "7589.7%", + "rps": 4271576, + "avg_latency": "1.92ms", + "p99_latency": "11.10ms", + "cpu": "7546.8%", "memory": "3.5GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "581.50MB/s", + "bandwidth": "578.10MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 21483895, + "status_2xx": 21357881, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-h2-1024.json b/site/data/static-h2-1024.json index cfac0b0cc..78d9a1f73 100644 --- a/site/data/static-h2-1024.json +++ b/site/data/static-h2-1024.json @@ -253,18 +253,19 @@ { "framework": "nginx", "language": "C", - "rps": 1789616, - "avg_latency": "41.55ms", - "p99_latency": "41.55ms", - "cpu": "6057.1%", + "rps": 1796928, + "avg_latency": "40.34ms", + "p99_latency": "40.34ms", + "cpu": "5791.2%", "memory": "4.3GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "27.28GB/s", + "bandwidth": "27.39GB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 8948174, + "status_2xx": 8984719, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-h2-256.json b/site/data/static-h2-256.json index d02343365..be31366a1 100644 --- a/site/data/static-h2-256.json +++ b/site/data/static-h2-256.json @@ -253,18 +253,19 @@ { "framework": "nginx", "language": "C", - "rps": 1437275, - "avg_latency": "18.83ms", - "p99_latency": "18.83ms", - "cpu": "6719.9%", + "rps": 1460751, + "avg_latency": "16.40ms", + "p99_latency": "16.40ms", + "cpu": "6763.8%", "memory": "3.6GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "21.91GB/s", + "bandwidth": "22.27GB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 7186431, + "status_2xx": 7303811, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-h3-256.json b/site/data/static-h3-256.json index 824b684e9..43318cf2a 100644 --- a/site/data/static-h3-256.json +++ b/site/data/static-h3-256.json @@ -59,18 +59,19 @@ { "framework": "nginx", "language": "C", - "rps": 194546, - "avg_latency": "41.52ms", - "p99_latency": "151.21ms", - "cpu": "9315.8%", - "memory": "4.1GiB", + "rps": 203551, + "avg_latency": "39.74ms", + "p99_latency": "126.79ms", + "cpu": "8916.2%", + "memory": "4.0GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 32, - "bandwidth": "2990.46MB/s", + "bandwidth": "3127.01MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 978869, + "status_2xx": 1019555, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/static-h3-512.json b/site/data/static-h3-512.json index adc8a5a68..351bf7e2e 100644 --- a/site/data/static-h3-512.json +++ b/site/data/static-h3-512.json @@ -78,18 +78,19 @@ { "framework": "nginx", "language": "C", - "rps": 199867, - "avg_latency": "80.71ms", - "p99_latency": "258.79ms", - "cpu": "9681.2%", + "rps": 188469, + "avg_latency": "85.37ms", + "p99_latency": "271.68ms", + "cpu": "9300.9%", "memory": "4.3GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 32, - "bandwidth": "3040.61MB/s", + "bandwidth": "2871.42MB/s", + "input_bw": "", "reconnects": 0, - "status_2xx": 1001300, + "status_2xx": 947117, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-256.json b/site/data/upload-256.json index b8a22e5b1..bba054a36 100644 --- a/site/data/upload-256.json +++ b/site/data/upload-256.json @@ -602,19 +602,19 @@ { "framework": "nginx", "language": "C", - "rps": 962, - "avg_latency": "255.63ms", - "p99_latency": "655.60ms", - "cpu": "3737.4%", - "memory": "6.5GiB", + "rps": 960, + "avg_latency": "256.60ms", + "p99_latency": "649.50ms", + "cpu": "3874.5%", + "memory": "6.2GiB", "connections": 256, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "134.45KB/s", - "input_bw": "18.79GB/s", + "bandwidth": "134.06KB/s", + "input_bw": "18.75GB/s", "reconnects": 0, - "status_2xx": 4907, + "status_2xx": 4881, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-512.json b/site/data/upload-512.json index 1662ba3cf..0eb6efa2c 100644 --- a/site/data/upload-512.json +++ b/site/data/upload-512.json @@ -602,19 +602,19 @@ { "framework": "nginx", "language": "C", - "rps": 888, - "avg_latency": "530.47ms", - "p99_latency": "1.28s", - "cpu": "4116.2%", + "rps": 889, + "avg_latency": "527.26ms", + "p99_latency": "1.39s", + "cpu": "4071.9%", "memory": "9.1GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "123.98KB/s", - "input_bw": "17.34GB/s", + "bandwidth": "124.21KB/s", + "input_bw": "17.36GB/s", "reconnects": 0, - "status_2xx": 4593, + "status_2xx": 4601, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/upload-64.json b/site/data/upload-64.json index 597fbe5df..35db7465d 100644 --- a/site/data/upload-64.json +++ b/site/data/upload-64.json @@ -602,19 +602,19 @@ { "framework": "nginx", "language": "C", - "rps": 1106, - "avg_latency": "57.73ms", - "p99_latency": "172.80ms", - "cpu": "4351.2%", - "memory": "5.1GiB", + "rps": 1087, + "avg_latency": "58.69ms", + "p99_latency": "214.70ms", + "cpu": "4029.0%", + "memory": "5.5GiB", "connections": 64, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "154.35KB/s", - "input_bw": "21.60GB/s", + "bandwidth": "151.92KB/s", + "input_bw": "21.23GB/s", "reconnects": 0, - "status_2xx": 5553, + "status_2xx": 5468, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/layouts/shortcodes/leaderboard.html b/site/layouts/shortcodes/leaderboard.html index 4a17b20c8..2be87be97 100644 --- a/site/layouts/shortcodes/leaderboard.html +++ b/site/layouts/shortcodes/leaderboard.html @@ -451,6 +451,15 @@
--cpus=64) for this test.
+