feat(docs): P3.1-E Add performance characteristics documentation

Created docs/PERFORMANCE.md with:
- Expected operation times (scheduling, recovery, database)
- Memory footprint estimates
- Platform-specific considerations
- Measurement methodology

Updated docs/00-INDEX.md to link PERFORMANCE.md.

Verification:
- Documentation created and linked 
- Drift guards present 
This commit is contained in:
Matthew Raymer
2025-12-23 06:39:39 +00:00
parent b62b2eddcc
commit 21dcc71eae
2 changed files with 62 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ These are **policy-as-code**. Any gate (push, release, publish) MUST call `./ci/
- **Local CI Contract:** `./ci/run.sh` — Single source of truth for CI/release gates
- **Verification / Invariants:** `./scripts/verify.sh` — Encodes packaging, core-purity, and build invariants
- **CI Usage & Setup:** `ci/README.md` — Local CI documentation
- **Performance Characteristics:** `docs/PERFORMANCE.md` — Performance characteristics and benchmarks
---