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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | tools/run_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/memory/Memory.json
diff --git a/test/memory/Memory.json b/test/memory/Memory.json
new file mode 100644
index 0000000000000000000000000000000000000000..addaf73b51924f7989f17acdd2d33c1f0cef68b1
--- /dev/null
+++ b/test/memory/Memory.json
@@ -0,0 +1,27 @@
+{
+ "name": "Memory",
+ "run_count": 5,
+ "units": "bytes",
+ "path" : ["."],
+ "binary": "mksnapshot",
+ "flags": ["snapshot.cc", "--profile-deserialization"],
+ "main": "",
+ "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": "SnapshotSizeStartup",
+ "results_regexp": "(\\d+) bytes for context$"
+ }
+ ]
+}
« 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