From f07fd545adac00d8ea9e236b8febf3aa9cbf9445 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Thu, 16 Jul 2026 23:54:06 -0500 Subject: [PATCH] =?UTF-8?q?docs(kernel):=20record=202-CPU=20django/prometh?= =?UTF-8?q?eus=20benchmarks=20in=20=C2=A74e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- docs/design/rust-kernel-migration-plan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/design/rust-kernel-migration-plan.md b/docs/design/rust-kernel-migration-plan.md index a2d0a03..18a0a24 100644 --- a/docs/design/rust-kernel-migration-plan.md +++ b/docs/design/rust-kernel-migration-plan.md @@ -284,7 +284,8 @@ Default routing: `DEFAULT_ROUTED = {typescript, tsx, javascript, jsx}` in deferrals), gin 99/99, prometheus 978/979 (+1). Full-init dumps byte-identical: flask (10,833 rows), gin (17,540), **django (360,794)**, **prometheus (213,758)**. Torture fixtures in `npm test`. Even Mac-side init already moves where extraction - matters: prometheus 5.7→4.5s, django 9.0→8.7s. + matters: prometheus 5.7→4.5s, django 9.0→8.7s. On the 2-CPU/6GB envelope (the + CI-runner class): **django 22.0→16.7s (1.32×), prometheus 15.0→10.3s (1.46×)**. - Default routing now: typescript, tsx, javascript, jsx, java, python, go. ### 4d. Direct-to-store decode (2026-07-16) — and where the wall ACTUALLY is