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