diff --git a/app/app.config.ts b/app/app.config.ts index 83c3ede..b384f0a 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -42,6 +42,14 @@ export default defineAppConfig({ list: 'rounded-full', }, }, + prose: { + code: { + // `inline-block` makes a chip unbreakable, so a long token like + // `@vercube/telemetry` pushes itself onto a line of its own on a narrow + // screen. Inline, and allowed to wrap. + base: 'px-1.5 py-0.5 text-sm font-mono font-medium rounded-md inline [overflow-wrap:anywhere] border border-muted text-highlighted bg-muted', + }, + }, }, seo: { siteName: 'Vercube Docs', diff --git a/app/components/Home/Benchmarks.vue b/app/components/Home/Benchmarks.vue index 7c2fbca..9afa3bc 100644 --- a/app/components/Home/Benchmarks.vue +++ b/app/components/Home/Benchmarks.vue @@ -6,7 +6,8 @@ Measurably faster
- Real numbers from the open benchmark suite. Same endpoints, comparable config, January 2026. + A container and decorators, at the speed of a bare router. Same routes, same machine, one run of the open benchmark + suite on Node, September 2026.
@@ -30,41 +31,59 @@ -+
+ {{ activeMetric.note }} +
+ +
Lower is better.
- Run it yourself:
+ Node 24, 500 connections, 10s per route. Run it yourself:
+
// {{ page.hero.slug }}
+
{{ page.hero.description }}
+
{{ page.hero.title }}
-