-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbenchmark-budgets.json
More file actions
54 lines (54 loc) · 1.94 KB
/
Copy pathbenchmark-budgets.json
File metadata and controls
54 lines (54 loc) · 1.94 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"schemaVersion": 1,
"defaultMode": "warn-only",
"budgets": [
{
"benchmarkName": "fake-pixel-720p-single: grid detection 0.92MP",
"metric": "meanMs",
"budgetMs": 200,
"blocking": true,
"category": "grid-detection",
"rationale": "Isolated 720p grid detection is low-noise relative to full cleanup and already has dedicated benchmark coverage."
},
{
"benchmarkName": "fake-pixel-1080p-single: grid detection 2.07MP",
"metric": "meanMs",
"budgetMs": 400,
"blocking": true,
"category": "grid-detection",
"rationale": "Isolated 1080p grid detection scales predictably and should catch major regressions in the detector hot path."
},
{
"benchmarkName": "fake-pixel-720p-single: full cleanup 0.92MP",
"metric": "meanMs",
"budgetMs": 300,
"blocking": false,
"category": "single-sprite-fix",
"rationale": "Full cleanup includes more phases and remains advisory until repeated CI data confirms noise levels."
},
{
"benchmarkName": "fake-pixel-large-sheet: frame-aware cleanup 64 frames",
"metric": "meanMs",
"budgetMs": 650,
"blocking": false,
"category": "sheet-fix",
"rationale": "Large sheet cleanup depends on multiple phases and host performance, so it stays advisory for now."
},
{
"benchmarkName": "palette remap on fixed output",
"metric": "meanMs",
"budgetMs": 50,
"blocking": false,
"category": "palette-remap",
"rationale": "Budget is documented but benchmark coverage is intentionally missing until isolated palette remap benchmarks are added."
},
{
"benchmarkName": "export bundle creation",
"metric": "meanMs",
"budgetMs": 250,
"blocking": false,
"category": "export-bundle",
"rationale": "Budget is documented but benchmark coverage is intentionally missing until export bundle benchmarks are added."
}
]
}