-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmark-report.json
More file actions
57 lines (57 loc) · 1.23 KB
/
Copy pathbenchmark-report.json
File metadata and controls
57 lines (57 loc) · 1.23 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
55
56
57
{
"timestamp": "2025-09-18T09:59:31.031Z",
"bundleAnalysis": {
"totalSize": 41900,
"gzippedSize": 12570,
"modules": {
"core": 25000,
"buildTime": 8000,
"mapping": 1900,
"animations": 4000,
"themes": 3000
},
"treeShakenSize": 30000,
"unusedModules": [
"buildTimeGenerator",
"mappingRules.avatar"
]
},
"treeShakinAnalysis": {
"coreOnly": {
"removedModules": [],
"sizeReduction": 0,
"optimizedSize": 41900
},
"full": {
"removedModules": [],
"sizeReduction": 0,
"optimizedSize": 41900
}
},
"performanceBenchmarks": {
"scanning": {
"averageTime": 118.9,
"minTime": 114,
"maxTime": 127,
"totalTime": 1189
},
"rendering": {
"averageTime": 2.65,
"minTime": 0,
"maxTime": 5,
"totalTime": 53
}
},
"memoryAnalysis": {
"initialMemory": 4196720,
"finalMemory": 4357616,
"memoryIncrease": 160896,
"averagePerSpec": 160.896
},
"recommendations": [
"Bundle size is optimal for a skeleton loader library",
"Tree-shaking is working effectively",
"Animation performance is excellent",
"Consider using static specs for better performance"
]
}