You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/layouts/shortcodes/leaderboard-h3.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{{ $profiles := slice
2
-
(dict "id" "baseline-h3" "label" "Baseline (HTTP/3)" "conns" (slice 256 512) "desc" "Same workload as the HTTP/1.1 baseline — <code>GET /baseline2</code> with query parameter parsing — but over HTTP/3 (QUIC) with TLS 1.3. Benchmarked with <code>oha</code> using 128 parallel streams per connection. Measures how efficiently a framework handles HTTP/3 over UDP-based QUIC transport. Container pinned to 64 CPU threads (cores 0-31, 64-95). <ahref='/docs/test-profiles/h3/baseline-h3/' class='lb-desc-link'>Learn more →</a>")
3
-
(dict "id" "static-h3" "label" "Static Files (HTTP/3)" "conns" (slice 256 512) "desc" "Serves 20 static files of various types and sizes (CSS, JS, HTML, fonts, SVG, WebP, JSON — totaling ~325 KB) over HTTP/3 (QUIC) with TLS 1.3. The load generator (<code>oha</code>) requests all files using 128 parallel streams per connection, simulating a realistic browser page load over QUIC. Container pinned to 64 CPU threads (cores 0-31, 64-95). <ahref='/docs/test-profiles/h3/static-h3/' class='lb-desc-link'>Learn more →</a>")
2
+
(dict "id" "baseline-h3" "label" "Baseline (HTTP/3)" "conns" (slice 64) "desc" "Same workload as the HTTP/1.1 baseline — <code>GET /baseline2</code> with query parameter parsing — but over HTTP/3 (QUIC) with TLS 1.3. Benchmarked with <code>h2load-h3</code> using 64 connections × 64 streams × 64 threads. Measures how efficiently a framework handles HTTP/3 over UDP-based QUIC transport. Container pinned to 64 CPU threads (cores 0-31, 64-95). <ahref='/docs/test-profiles/h3/baseline-h3/' class='lb-desc-link'>Learn more →</a>")
3
+
(dict "id" "static-h3" "label" "Static Files (HTTP/3)" "conns" (slice 64) "desc" "Serves 20 static files of various types and sizes (CSS, JS, HTML, fonts, SVG, WebP, JSON — totaling ~325 KB) over HTTP/3 (QUIC) with TLS 1.3. Benchmarked with <code>h2load-h3</code> using 64 connections × 64 streams × 64 threads, simulating a realistic browser page load over QUIC. Container pinned to 64 CPU threads (cores 0-31, 64-95). <ahref='/docs/test-profiles/h3/static-h3/' class='lb-desc-link'>Learn more →</a>")
4
4
}}
5
5
6
6
{{/* Build JSON data blob for round switching */}}
0 commit comments