-
-
Notifications
You must be signed in to change notification settings - Fork 489
/
Copy pathexpected-chart-data.js
83 lines (83 loc) · 1.92 KB
/
expected-chart-data.js
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
module.exports = {
label: 'index.js + 5 modules (concatenated)',
concatenated: true,
statSize: 332,
parsedSize: 70,
gzipSize: 85,
groups: [
{
inaccurateSizes: true,
gzipSize: 50,
id: null,
label: 'index.js',
parsedSize: 41,
path: './index.js + 5 modules (concatenated)/index.js',
statSize: 196
},
{
inaccurateSizes: true,
gzipSize: 12,
id: null,
label: 'a.js',
parsedSize: 10,
path: './index.js + 5 modules (concatenated)/a.js',
statSize: 48
},
{
label: 'modules-1',
gzipSize: 11,
inaccurateSizes: true,
parsedSize: 9,
path: './index.js + 5 modules (concatenated)/modules-1',
statSize: 44,
groups: [
{
inaccurateSizes: true,
gzipSize: 5,
id: null,
label: 'b.js',
parsedSize: 4,
path: './index.js + 5 modules (concatenated)/modules-1/b.js',
statSize: 22
},
{
inaccurateSizes: true,
gzipSize: 5,
id: null,
label: 'c.js',
parsedSize: 4,
path: './index.js + 5 modules (concatenated)/modules-1/c.js',
statSize: 22
}
]
},
{
label: 'modules-2',
inaccurateSizes: true,
gzipSize: 11,
parsedSize: 9,
path: './index.js + 5 modules (concatenated)/modules-2',
statSize: 44,
groups: [
{
inaccurateSizes: true,
gzipSize: 5,
id: null,
label: 'd.js',
parsedSize: 4,
path: './index.js + 5 modules (concatenated)/modules-2/d.js',
statSize: 22
},
{
inaccurateSizes: true,
gzipSize: 5,
id: null,
label: 'e.js',
parsedSize: 4,
path: './index.js + 5 modules (concatenated)/modules-2/e.js',
statSize: 22
}
]
}
]
};