task-d.7.10

This commit is contained in:
phaichayon
2026-07-03 11:23:24 +07:00
parent ccfd7c6cd7
commit 503f34e22f
37 changed files with 1511 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Setup Performance Report
Date: 2026-07-03
## Targets
- Preview 1000 rows: under 5 seconds.
- Commit 1000 rows: under 10 seconds.
- Verification: under 3 seconds.
- Setup Wizard load: under 2 seconds.
## D.7.10 Status
D.7.10 adds the golden dataset and runnable setup contract tests. A dedicated isolated performance database harness is not yet present in this repository, so this report records targets and the contract coverage that protects future performance testing.
## Current Automated Coverage
- Golden dataset row counts and CSV headers.
- Template registry compatibility.
- Import order compatibility.
- Preview hash mutation semantics.
- Seed manifest and resume API surface existence.
- Reset/reseed safety API surface existence.
## Follow-Up
Add a CI-only isolated database harness that can safely run the full fresh database workflow and record elapsed times for preview, commit, verification, and wizard load.