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

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

Issue 1078353002: Correctly name memory stat for context snapshot size. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | 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$"
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": "SnapshotSizeStartup", 22 "name": "SnapshotSizeContext",
23 "results_regexp": "(\\d+) bytes for context$" 23 "results_regexp": "(\\d+) bytes for context$"
24 } 24 }
25 ] 25 ]
26 } 26 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698