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

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

Issue 2461993002: [tests] Enable Object.create JSPerf tests (Closed)
Patch Set: Created 4 years, 1 month 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_arm": 1, 4 "run_count_arm": 1,
5 "run_count_arm64": 1, 5 "run_count_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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "flags": ["--harmony"], 163 "flags": ["--harmony"],
164 "resources": [ 164 "resources": [
165 "assign.js", 165 "assign.js",
166 "create.js", 166 "create.js",
167 "entries.js", 167 "entries.js",
168 "values.js" 168 "values.js"
169 ], 169 ],
170 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", 170 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
171 "tests": [ 171 "tests": [
172 {"name": "Assign"}, 172 {"name": "Assign"},
173 {"name": "Create"},
173 {"name": "Entries"}, 174 {"name": "Entries"},
174 {"name": "EntriesMegamorphic"}, 175 {"name": "EntriesMegamorphic"},
175 {"name": "Values"}, 176 {"name": "Values"},
176 {"name": "ValuesMegamorphic"} 177 {"name": "ValuesMegamorphic"}
177 ] 178 ]
178 }, 179 },
179 { 180 {
180 "name": "Scope", 181 "name": "Scope",
181 "path": ["Scope"], 182 "path": ["Scope"],
182 "main": "run.js", 183 "main": "run.js",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 231 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 232 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 233 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
233 {"name": "Object.hasOwnProperty--el"}, 234 {"name": "Object.hasOwnProperty--el"},
234 {"name": "Object.hasOwnProperty--el-str"}, 235 {"name": "Object.hasOwnProperty--el-str"},
235 {"name": "Object.hasOwnProperty--NE-el"} 236 {"name": "Object.hasOwnProperty--NE-el"}
236 ] 237 ]
237 } 238 }
238 ] 239 ]
239 } 240 }
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