summaryrefslogtreecommitdiff
path: root/deps/v8/test/memory/Memory.json
blob: 1cdc1487c4499df4e0f36c531eca2a6c9d5b2c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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$"
    }
  ]
}