artdag: execution stats / cache analytics + 12 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 55s

stats.sx reports hit-ratio, cost-weighted work-recomputed/work-saved,
savings-ratio, and exec-summary over an execution record. Verifies cold (0
saved), warm (all saved), and incremental (saved = unchanged, ran = dirty
closure). stats 12/12, total 144/144.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 12:28:06 +00:00
parent 64ddd29176
commit f29d8c047b
6 changed files with 216 additions and 6 deletions

View File

@@ -7,9 +7,10 @@
"optimize": {"pass": 22, "fail": 0},
"fed": {"pass": 15, "fail": 0},
"cost": {"pass": 13, "fail": 0},
"serialize": {"pass": 13, "fail": 0}
"serialize": {"pass": 13, "fail": 0},
"stats": {"pass": 12, "fail": 0}
},
"total_pass": 132,
"total_pass": 144,
"total_fail": 0,
"total": 132
"total": 144
}