9fc3551a7b
This is a reland of 989285b7a0
Original change's description:
> [tools] Add benchmark owners to the config
>
> R=machenbach@chromium.org
>
> No-Try: true
> Bug: chromium:826280
> Change-Id: Ic34d13170dfecdd9e791974a34c33ba0248c7a38
> Reviewed-on: https://chromium-review.googlesource.com/1053809
> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
> Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#53138}
TBR=machenbach@chromium.org
No-Try: true
Bug: chromium:826280
Change-Id: I169788ff40dd88a7017b46a15b292568b907f38e
Reviewed-on: https://chromium-review.googlesource.com/1061697
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53215}
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"owners": ["yangguo@chromium.org"],
|
|
"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 #0$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeStartup",
|
|
"results_regexp": "(\\d+) bytes for startup$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeBuiltins",
|
|
"results_regexp": "(\\d+) bytes for builtins$"
|
|
},
|
|
{
|
|
"name": "SnapshotSizeContext",
|
|
"results_regexp": "(\\d+) bytes 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\\]"
|
|
}
|
|
]
|
|
}
|