chore: add performance evidence summary tool

This commit is contained in:
Codex
2026-06-30 13:21:17 +08:00
parent 6d5ea62bf5
commit 8e3252081f
5 changed files with 308 additions and 2 deletions

View File

@@ -56,9 +56,11 @@
"test:launch-gate": "node scripts/production-launch-gate-test.js",
"test:pb:dry-run": "node scripts/pb-dry-run-report-test.js",
"test:pb:sqlite-export": "node scripts/pb-sqlite-export-test.js",
"test:perf:summary": "node scripts/performance-summary-test.js",
"readiness:production": "node scripts/production-readiness-check.js --skip-db",
"readiness:production:db": "node scripts/production-readiness-check.js --check-db",
"launch:gate": "node scripts/production-launch-gate.js",
"perf:summary": "node scripts/performance-summary.js",
"test:api:remote": "node scripts/api-integration-test.js",
"dev:taro:h5": "npm --workspace @tiku-saas/taro run dev:h5",
"build:taro:h5": "npm --workspace @tiku-saas/taro run build:h5",