Skip to content

Commit bb767f8

Browse files
author
DevBot
committed
style(www): deno fmt table padding on benchmark pages (#1312)
Root deno fmt re-pads markdown tables to cell width; my edited cells changed the column widths. Content-graph fingerprints regenerated to match the formatted sources.
1 parent 32201ca commit bb767f8

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

www/app/data/_generated-content-graph.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
],
465465
"references": [],
466466
"route": "/architecture/benchmark",
467-
"fingerprint": "169bb90be1aef8fef6d3d827cfe04399d0867e0e23e7cfd10f7880bf93252495",
467+
"fingerprint": "555781ad7d04da2911672494c5abb5d7ee9d9433e5c823c31b60c844c7090b17",
468468
"data": {
469469
"lede": "Zero-noise. What we actually measure.",
470470
"order": 100,
@@ -486,7 +486,7 @@
486486
],
487487
"references": [],
488488
"route": "/architecture/benchmark",
489-
"fingerprint": "d597265186df853b11d4f3d16a656224647e28adfcfe5ee6485ae842b8302515",
489+
"fingerprint": "6f8716c3b767eb33d4aec079785fb87edcc6f1549dad0af9b3907f994418bcde",
490490
"data": {
491491
"lede": "零噪音。只列我们实际测量的数据。",
492492
"order": 100,

www/content/architecture/benchmark.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ order: 100
66

77
## Build Performance
88

9-
| Metric | Value |
10-
| --------------- | ------------------------------------------------- |
9+
| Metric | Value |
10+
| --------------- | -------------------------------------------------- |
1111
| SSG build (www) | Every route prerendered; sitemap built from routes |
12-
| Dev cold start | Measured by CI performance evidence |
13-
| Vite dev start | Measured by CI performance evidence |
14-
| Client bundle | Budgeted island chunks; no mandatory page runtime |
12+
| Dev cold start | Measured by CI performance evidence |
13+
| Vite dev start | Measured by CI performance evidence |
14+
| Client bundle | Budgeted island chunks; no mandatory page runtime |
1515

1616
## Rendering
1717

www/content/architecture/benchmark.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ order: 100
88

99
| 指标 | 数值 |
1010
| --------------- | ----------------------------------------- |
11-
| SSG 构建(www) | 每个路由都静态预渲染;sitemap 由路由生成 |
11+
| SSG 构建(www) | 每个路由都静态预渲染;sitemap 由路由生成 |
1212
| 开发冷启动 | 由 CI 性能证据测量 |
1313
| Vite 开发启动 | 由 CI 性能证据测量 |
1414
| 客户端 bundle | island chunk 有预算约束;无强制页面运行时 |

0 commit comments

Comments
 (0)