Преглед на файлове

docs(kernel): record 2-CPU django/prometheus benchmarks in §4e

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Colby McHenry преди 1 месец
родител
ревизия
f07fd545ad
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      docs/design/rust-kernel-migration-plan.md

+ 2 - 1
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