forked from wangziqi/gongxue-base
chore: require real data api benchmark evidence
This commit is contained in:
@@ -87,6 +87,22 @@
|
||||
"pass": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "performance.api-real-data-read",
|
||||
"status": "pass",
|
||||
"command": "PERF_START_SERVER=false PERF_API_BASE=https://api.example.com PERF_DURATION_SECONDS=300 PERF_CONCURRENCY=30 PERF_RAMP_SECONDS=30 PERF_INCLUDE_WRITES=false npm run perf:api:local > docs/refactor/launch-artifacts/api-real-data-read-benchmark.log",
|
||||
"completedAt": "2026-06-30T10:48:00+08:00",
|
||||
"artifact": "launch-artifacts/api-real-data-read-benchmark.log",
|
||||
"summary": {
|
||||
"errors": 0,
|
||||
"errorRate": 0,
|
||||
"p95Ms": 0,
|
||||
"p99Ms": 0,
|
||||
"concurrency": 30,
|
||||
"durationSeconds": 300,
|
||||
"includeWrites": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "api.integration",
|
||||
"status": "pass",
|
||||
|
||||
Reference in New Issue
Block a user