# kitesurf bench report — 2026-06-15

commit: `78edd79` · backends: kitesurf, container · endpoints: screenshot, html · runs/combo: 5 (+ 2 warmup)
target: https://kitesurf-bench.rendering.cfdata.org

## Summary (median wall time)

| Page | kitesurf/screenshot | kitesurf/html | container/screenshot | container/html |
|---|--:|--:|--:|--:|
| Example Domain | 438ms | 425ms | 289ms | 164ms |
| Hacker News | 708ms | 621ms | 721ms | 526ms |
| Cloudflare Developer Docs | 1443ms | 1049ms | 723ms | 598ms |
| The Cloudflare Blog | 1327ms | 1276ms | 773ms | 629ms |
| Wikipedia Portal | 1008ms | 996ms | 683ms | 473ms |
| Der Spiegel | 1027ms | 695ms | 1175ms | 1137ms |
| El Mundo | 1799ms | 2247ms | 1886ms | 1468ms |
| TodoMVC · JavaScript ES6 | 864ms | 501ms | 542ms | 346ms |
| TodoMVC · React | 848ms | 545ms | 421ms | 419ms |
| TodoMVC · Vue | 663ms | 602ms | 394ms | 242ms |
| TodoMVC · Angular | 1332ms | 1278ms | 442ms | 285ms |
| TodoMVC · Preact | 774ms | 512ms | 368ms | 210ms |

Notes:

- Values are run medians across recorded runs. p95 and min/max are in the JSON.
- Backends are dispatched from inside the `kitesurf-bench` worker via RPC bindings: `env.KITESURF.fetch(/screenshot|/html)` for kitesurf (service binding to the engine), `env.BROWSER.quickAction('screenshot'|'content', …)` for browser-run (Browser Rendering RPC), and `env.CONTAINER_HOST.fetch(…)` for container (sibling worker fronting its container backend). Wall time is the orchestrator's `performance.now()` span; `backendWallMs` / `backendCpuMs` in the JSON come from Workers Observability (kitesurf) or container-side timing headers (container). None of the measurement paths traverse the public internet.
- A cell shows `—` when every recorded run for that combination errored. See `rows` in the JSON for individual failure messages.
