forked from wangziqi/gongxue-base
test: strengthen launch security and capacity gates
This commit is contained in:
@@ -117,6 +117,22 @@
|
||||
"includeWrites": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "performance.api-real-data-mixed",
|
||||
"status": "pass",
|
||||
"command": "PERF_START_SERVER=false PERF_API_BASE=https://api.example.com PERF_DURATION_SECONDS=120 PERF_CONCURRENCY=50 PERF_RAMP_SECONDS=15 PERF_INCLUDE_WRITES=true PERF_PRACTICE_FLOW_RATIO=0.1 PERF_AUTH_MODE=app_session npm run perf:api:local > docs/refactor/launch-artifacts/api-real-data-mixed-benchmark.log",
|
||||
"completedAt": "2026-06-30T10:49:00+08:00",
|
||||
"artifact": "launch-artifacts/api-real-data-mixed-benchmark.log",
|
||||
"summary": {
|
||||
"errors": 0,
|
||||
"errorRate": 0,
|
||||
"p95Ms": 0,
|
||||
"p99Ms": 0,
|
||||
"concurrency": 50,
|
||||
"durationSeconds": 120,
|
||||
"includeWrites": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "api.integration",
|
||||
"status": "pass",
|
||||
@@ -247,12 +263,14 @@
|
||||
"artifact": "launch-artifacts/taro-h5-interaction-smoke.json",
|
||||
"summary": {
|
||||
"fail": 0,
|
||||
"pass": 11,
|
||||
"pass": 26,
|
||||
"mockApi": {
|
||||
"keyRequests": {
|
||||
"answers": 1,
|
||||
"favorites": 2,
|
||||
"tenantResolve": 3
|
||||
"ordersCreated": 1,
|
||||
"paymentsCreated": 1,
|
||||
"orderStatus": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -279,6 +297,17 @@
|
||||
"high": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "security.repo-scan",
|
||||
"status": "pass",
|
||||
"command": "npm run security:repo -- --json > docs/refactor/launch-artifacts/repo-security-scan.json",
|
||||
"completedAt": "2026-06-30T12:22:00+08:00",
|
||||
"artifact": "launch-artifacts/repo-security-scan.json",
|
||||
"summary": {
|
||||
"critical": 0,
|
||||
"high": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "security.codex-scan",
|
||||
"status": "replace-with-pass-after-real-scan",
|
||||
|
||||
Reference in New Issue
Block a user