Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: test/memory/Memory.json

Issue 2055203002: [snapshot] support multiple contexts in the same snapshot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@sinkmember
Patch Set: fix test. again. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Memory", 2 "name": "Memory",
3 "run_count": 5, 3 "run_count": 5,
4 "units": "bytes", 4 "units": "bytes",
5 "path" : ["."], 5 "path" : ["."],
6 "binary": "cctest", 6 "binary": "cctest",
7 "main": "test-serialize/SerializationMemoryStats", 7 "main": "test-serialize/SerializationMemoryStats",
8 "tests": [ 8 "tests": [
9 { 9 {
10 "name": "ReservedMemoryIsolate", 10 "name": "ReservedMemoryIsolate",
11 "results_regexp": "(\\d+) bytes per isolate$" 11 "results_regexp": "(\\d+) bytes per isolate$"
12 }, 12 },
13 { 13 {
14 "name": "ReservedMemoryContext", 14 "name": "ReservedMemoryContext",
15 "results_regexp": "(\\d+) bytes per context$" 15 "results_regexp": "(\\d+) bytes per context #0$"
16 }, 16 },
17 { 17 {
18 "name": "SnapshotSizeStartup", 18 "name": "SnapshotSizeStartup",
19 "results_regexp": "(\\d+) bytes for startup$" 19 "results_regexp": "(\\d+) bytes for startup$"
20 }, 20 },
21 { 21 {
22 "name": "SnapshotSizeContext", 22 "name": "SnapshotSizeContext",
23 "results_regexp": "(\\d+) bytes for context$" 23 "results_regexp": "(\\d+) bytes for context #0$"
24 } 24 }
25 ] 25 ]
26 } 26 }
OLDNEW
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698