60dc30970c
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/1078353002 Cr-Commit-Position: refs/heads/master@{#27765}
27 lines
583 B
JSON
27 lines
583 B
JSON
{
|
|
"name": "Memory",
|
|
"run_count": 5,
|
|
"units": "bytes",
|
|
"path" : ["."],
|
|
"binary": "cctest",
|
|
"main": "test-serialize/SerializationMemoryStats",
|
|
"tests": [
|
|
{
|
|
"name": "ReservedMemoryIsolate",
|
|
"results_regexp": "(\\d+) bytes per isolate$"
|
|
},
|
|
{
|
|
"name": "ReservedMemoryContext",
|
|
"results_regexp": "(\\d+) bytes per context$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeStartup",
|
|
"results_regexp": "(\\d+) bytes for startup$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeContext",
|
|
"results_regexp": "(\\d+) bytes for context$"
|
|
}
|
|
]
|
|
}
|