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

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

Issue 1075143002: Add perf test configuration to track memory use of context and isolate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: CamelCase names and addressed comment 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 | « .gitignore ('k') | tools/run_perf.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "Memory",
3 "run_count": 5,
4 "units": "bytes",
5 "path" : ["."],
6 "binary": "mksnapshot",
7 "flags": ["snapshot.cc", "--profile-deserialization"],
8 "main": "",
9 "tests": [
10 {
11 "name": "ReservedMemoryIsolate",
12 "results_regexp": "(\\d+) bytes per isolate$"
13 },
14 {
15 "name": "ReservedMemoryContext",
16 "results_regexp": "(\\d+) bytes per context$"
17 },
18 {
19 "name": "SnapshotSizeStartup",
20 "results_regexp": "(\\d+) bytes for startup$"
21 },
22 {
23 "name": "SnapshotSizeStartup",
24 "results_regexp": "(\\d+) bytes for context$"
25 }
26 ]
27 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | tools/run_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698