-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperf.budgets.json
More file actions
38 lines (38 loc) · 908 Bytes
/
perf.budgets.json
File metadata and controls
38 lines (38 loc) · 908 Bytes
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
{
"version": 1,
"description": "CI performance budgets for deterministic SMNTC hot paths (Node 22 baseline).",
"benchmarks": [
{
"name": "autoscaler.reportFrame",
"iterations": 600000,
"warmupIterations": 120000,
"samples": 7,
"maxMedianNsPerOp": 120,
"tolerance": 1.35
},
{
"name": "inputProxy.update.clean",
"iterations": 450000,
"warmupIterations": 90000,
"samples": 7,
"maxMedianNsPerOp": 90,
"tolerance": 1.4
},
{
"name": "inputProxy.update.dirty",
"iterations": 200000,
"warmupIterations": 40000,
"samples": 7,
"maxMedianNsPerOp": 800,
"tolerance": 1.35
},
{
"name": "inputProxy.update.dirty.realRaycast",
"iterations": 80000,
"warmupIterations": 16000,
"samples": 5,
"maxMedianNsPerOp": 6000,
"tolerance": 1.45
}
]
}