1{
2  "name": "Memory",
3  "run_count": 5,
4  "units": "bytes",
5  "path" : ["."],
6  "binary": "cctest",
7  "main": "test-serialize/SerializationMemoryStats",
8  "tests": [
9    {
10      "name": "ReservedMemoryIsolate",
11      "results_regexp": "(\\d+) bytes per isolate$"
12    },
13    {
14      "name": "ReservedMemoryContext",
15      "results_regexp": "(\\d+) bytes per context$"
16    },
17    {
18      "name": "SnapshotSizeStartup",
19      "results_regexp": "(\\d+) bytes for startup$"
20    },
21    {
22      "name": "SnapshotSizeContext",
23      "results_regexp": "(\\d+) bytes for context$"
24    }
25  ]
26}
27