2015-04-10 09:48:54 +00:00
|
|
|
{
|
2018-07-05 11:44:37 +00:00
|
|
|
"owners": ["yangguo@chromium.org", "jgruber@chromium.org"],
|
2015-04-10 09:48:54 +00:00
|
|
|
"name": "Memory",
|
|
|
|
"run_count": 5,
|
|
|
|
"units": "bytes",
|
2019-04-30 12:43:23 +00:00
|
|
|
"resources": ["run.js"],
|
|
|
|
"main": "run.js",
|
|
|
|
"path": ["."],
|
|
|
|
"flags": ["--allow-natives-syntax", "--profile-deserialization"],
|
2015-04-10 09:48:54 +00:00
|
|
|
"tests": [
|
|
|
|
{
|
|
|
|
"name": "ReservedMemoryIsolate",
|
|
|
|
"results_regexp": "(\\d+) bytes per isolate$"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ReservedMemoryContext",
|
2016-06-15 15:38:40 +00:00
|
|
|
"results_regexp": "(\\d+) bytes per context #0$"
|
2015-04-10 09:48:54 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "SnapshotSizeStartup",
|
2018-07-05 11:44:37 +00:00
|
|
|
"results_regexp": "(\\d+) bytes in \\d+ chunks for startup$"
|
2015-04-10 09:48:54 +00:00
|
|
|
},
|
2018-10-23 11:48:21 +00:00
|
|
|
{
|
|
|
|
"name": "SnapshotSizeReadOnly",
|
|
|
|
"results_regexp": "(\\d+) bytes for read-only$"
|
|
|
|
},
|
2015-04-10 09:48:54 +00:00
|
|
|
{
|
2015-04-10 22:36:04 +00:00
|
|
|
"name": "SnapshotSizeContext",
|
2018-07-05 11:44:37 +00:00
|
|
|
"results_regexp": "(\\d+) bytes in \\d+ chunks for context #0$"
|
2018-05-02 12:40:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "DeserializationTimeIsolate",
|
|
|
|
"results_regexp": "\\[Deserializing isolate \\(\\d+ bytes\\) took ([\\d.]+) ms\\]"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "DeserializationTimeContext",
|
|
|
|
"results_regexp": "\\[Deserializing context #0 \\(\\d+ bytes\\) took ([\\d.]+) ms\\]"
|
2018-07-05 11:44:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "EmbeddedBuiltinsSize",
|
|
|
|
"results_regexp": "^Embedded blob is (\\d+) bytes$"
|
2015-04-10 09:48:54 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|