7f963432af
Bug: v8:8329 Change-Id: I5be972698809ca77a621bb960cbc6a23b9f0f4b0 Reviewed-on: https://chromium-review.googlesource.com/c/1296474 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Dan Elphick <delphick@chromium.org> Cr-Commit-Position: refs/heads/master@{#56901}
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"owners": ["yangguo@chromium.org", "jgruber@chromium.org"],
|
|
"name": "Memory",
|
|
"run_count": 5,
|
|
"units": "bytes",
|
|
"path" : ["."],
|
|
"binary": "cctest",
|
|
"main": "test-serialize/SerializationStats",
|
|
"tests": [
|
|
{
|
|
"name": "ReservedMemoryIsolate",
|
|
"results_regexp": "(\\d+) bytes per isolate$"
|
|
},
|
|
{
|
|
"name": "ReservedMemoryContext",
|
|
"results_regexp": "(\\d+) bytes per context #0$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeStartup",
|
|
"results_regexp": "(\\d+) bytes in \\d+ chunks for startup$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeBuiltins",
|
|
"results_regexp": "(\\d+) bytes for builtins$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeReadOnly",
|
|
"results_regexp": "(\\d+) bytes for read-only$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeContext",
|
|
"results_regexp": "(\\d+) bytes in \\d+ chunks for context #0$"
|
|
},
|
|
{
|
|
"name": "DeserializationTimeIsolate",
|
|
"results_regexp": "\\[Deserializing isolate \\(\\d+ bytes\\) took ([\\d.]+) ms\\]"
|
|
},
|
|
{
|
|
"name": "DeserializationTimeContext",
|
|
"results_regexp": "\\[Deserializing context #0 \\(\\d+ bytes\\) took ([\\d.]+) ms\\]"
|
|
},
|
|
{
|
|
"name": "EmbeddedBuiltinsSize",
|
|
"results_regexp": "^Embedded blob is (\\d+) bytes$"
|
|
}
|
|
]
|
|
}
|