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