mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
583 B
27 lines
583 B
10 years ago
|
{
|
||
|
"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$"
|
||
|
}
|
||
|
]
|
||
|
}
|