-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathperformance-baseline.json
More file actions
34 lines (34 loc) · 1.14 KB
/
Copy pathperformance-baseline.json
File metadata and controls
34 lines (34 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"_comment": "Performance baseline — contains ONLY measured values. Update with: npm run perf:update-baseline",
"_warning": "Baseline regeneration is blocked until Math.random() fabrications in MemoryAnalyzer, RuntimeAnalyzer, and NetworkAnalyzer are replaced with real measurements.",
"version": "1.0.0",
"timestamp": "2026-06-06T00:00:00.000Z",
"fabricated": true,
"bundleSize": {
"android_bytes": null,
"ios_bytes": null,
"total_bytes": null,
"_note": "Awaiting real bundle measurement — see performance-regression.yml bundle-size job"
},
"startupTime": {
"p50_ms": null,
"p95_ms": null,
"_note": "Awaiting real startup measurement — see performance-regression.yml startup-time job"
},
"apiLatency": {
"p50_ms": null,
"p95_ms": null,
"p99_ms": null,
"_note": "Awaiting real API latency measurement — see performance-regression.yml api-latency job"
},
"frameRate": {
"min_fps": null,
"maxDroppedFrames": null,
"_note": "Awaiting real frame rate measurement"
},
"memory": {
"maxHeapMB": null,
"maxNativeMB": null,
"_note": "Awaiting real memory measurement"
}
}