Skip to content

Commit cc30aff

Browse files
committed
exp(ci): run B — warm sticky disk (5.1G from run A), FS cache still ON
Module graph byte-identical to run A; only the disk state differs.
1 parent 7ce1147 commit cc30aff

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

EXPERIMENT.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,14 @@ Read from each Build App log: `Report Next.js cache size (pre-build)`,
5353

5454
Filled in as runs land.
5555

56-
| run | pre-build | compile | post-build | run id |
57-
|---|---|---|---|---|
58-
| A — cold, cache on | | | | |
59-
| B — warm, cache on | | | | |
60-
| C — cache off | | | | |
56+
| run | pre-build | compile | post-build | job total | run id |
57+
|---|---|---|---|---|---|
58+
| A — cold, cache on | **4.0K** | **2.7 min** | 5.1G | 3m54s | 30504331243 |
59+
| B — warm, cache on | | | | | |
60+
| C — cache off | | | | | |
61+
62+
Run A notes: single CI run on the branch, no cancelled sibling, `--force` confirmed in the
63+
log so this was a real build and not a Turbo replay. 4.0K pre-build settles a separate
64+
question — a brand-new sticky-disk key is **cold**; Blacksmith does not hydrate it. 2.7 min
65+
also lands exactly on the pre-#5869 no-FS-cache median (2.7 min), which is the first hint
66+
that the cache buys nothing on a cold run.

0 commit comments

Comments
 (0)