# kitesurf bench report — 2026-06-06

commit: `9afdd69` · 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 | 556ms | 721ms | 380ms | 198ms |
| Hacker News | 906ms | 617ms | 845ms | 591ms |
| Cloudflare Developer Docs | 1280ms | 1175ms | 987ms | 749ms |
| The Cloudflare Blog | 1368ms | 1386ms | 1193ms | 902ms |
| Wikipedia Portal | 727ms | 1457ms | 778ms | 548ms |
| Der Spiegel | 1102ms | 1076ms | 1367ms | 1620ms |
| El Mundo | 1564ms | 1375ms | 2162ms | 1928ms |
| TodoMVC · JavaScript ES6 | 499ms | 483ms | 445ms | 283ms |
| TodoMVC · React | 512ms | 514ms | 513ms | 343ms |
| TodoMVC · Vue | 693ms | 611ms | 448ms | 285ms |
| TodoMVC · Angular | 1118ms | 1052ms | 544ms | 355ms |
| TodoMVC · Preact | 490ms | 489ms | 444ms | 260ms |

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.
