summaryrefslogtreecommitdiff
path: root/render-test/tests/file-size/pass-size-is-same/metrics.json
blob: 15f8c35617f5a1a5af13dc8cf8557b184dd88491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "file-size": [
        [
            "image",
            "expected.png",
            169
        ],
        [
            "image-compressed",
            "expected.png",
            167
        ],
        [
            "style",
            "style.json",
            674
        ],
        [
            "style-compressed",
            "style.json",
            256
        ]
    ]
}