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

Side by Side Diff: test/js-perf-test/JSTests.json

Issue 2401883002: [test] Add missing js-test resource. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 2 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": "JSTests", 2 "name": "JSTests",
3 "run_count": 3, 3 "run_count": 3,
4 "run_count_android_arm": 1, 4 "run_count_android_arm": 1,
5 "run_count_android_arm64": 1, 5 "run_count_android_arm64": 1,
6 "timeout": 120, 6 "timeout": 120,
7 "units": "score", 7 "units": "score",
8 "total": true, 8 "total": true,
9 "resources": ["base.js"], 9 "resources": ["base.js"],
10 "tests": [ 10 "tests": [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 {"name": "Tagged"} 155 {"name": "Tagged"}
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 "name": "Object", 159 "name": "Object",
160 "path": ["Object"], 160 "path": ["Object"],
161 "main": "run.js", 161 "main": "run.js",
162 "flags": ["--harmony"], 162 "flags": ["--harmony"],
163 "resources": [ 163 "resources": [
164 "assign.js", 164 "assign.js",
165 "values.js", 165 "create.js",
166 "entries.js" 166 "entries.js",
167 "values.js"
167 ], 168 ],
168 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", 169 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
169 "tests": [ 170 "tests": [
170 {"name": "Assign"}, 171 {"name": "Assign"},
171 {"name": "Entries"}, 172 {"name": "Entries"},
Michael Achenbach 2016/10/07 11:18:46 Should this measure Create as well? The helper jso
172 {"name": "EntriesMegamorphic"}, 173 {"name": "EntriesMegamorphic"},
173 {"name": "Values"}, 174 {"name": "Values"},
174 {"name": "ValuesMegamorphic"} 175 {"name": "ValuesMegamorphic"}
175 ] 176 ]
176 }, 177 },
177 { 178 {
178 "name": "Scope", 179 "name": "Scope",
179 "path": ["Scope"], 180 "path": ["Scope"],
180 "main": "run.js", 181 "main": "run.js",
181 "resources": ["with.js"], 182 "resources": ["with.js"],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 229 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
229 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 230 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
230 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 231 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
231 {"name": "Object.hasOwnProperty--el"}, 232 {"name": "Object.hasOwnProperty--el"},
232 {"name": "Object.hasOwnProperty--el-str"}, 233 {"name": "Object.hasOwnProperty--el-str"},
233 {"name": "Object.hasOwnProperty--NE-el"} 234 {"name": "Object.hasOwnProperty--NE-el"}
234 ] 235 ]
235 } 236 }
236 ] 237 ]
237 } 238 }
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