blob: c6b8cd50a2b3abb63d40ba21227cb636584eaa0e [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001{
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",
Ben Murdoch61f157c2016-09-16 13:49:30 +010015 "results_regexp": "(\\d+) bytes per context #0$"
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000016 },
17 {
18 "name": "SnapshotSizeStartup",
19 "results_regexp": "(\\d+) bytes for startup$"
20 },
21 {
22 "name": "SnapshotSizeContext",
Ben Murdoch61f157c2016-09-16 13:49:30 +010023 "results_regexp": "(\\d+) bytes for context #0$"
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000024 }
25 ]
26}