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

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

Issue 2467483002: Add spread call micro-benchmarks. (Closed)
Patch Set: rename 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 | test/js-perf-test/SixSpeed/LICENSE.sixspeed » ('j') | tools/presubmit.py » ('J')
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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 {"name": "in--el-str"}, 227 {"name": "in--el-str"},
228 {"name": "in--NE-el"}, 228 {"name": "in--NE-el"},
229 {"name": "Object.hasOwnProperty--INTERN-prop"}, 229 {"name": "Object.hasOwnProperty--INTERN-prop"},
230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 230 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
233 {"name": "Object.hasOwnProperty--el"}, 233 {"name": "Object.hasOwnProperty--el"},
234 {"name": "Object.hasOwnProperty--el-str"}, 234 {"name": "Object.hasOwnProperty--el-str"},
235 {"name": "Object.hasOwnProperty--NE-el"} 235 {"name": "Object.hasOwnProperty--NE-el"}
236 ] 236 ]
237 },
238 {
239 "name": "SixSpeed",
Michael Achenbach 2016/11/07 07:34:37 My usual question: How fast is this? Especially in
Yang 2016/11/07 10:32:19 This is not slower than the other ones, if not fas
240 "path": ["SixSpeed"],
241 "main": "run.js",
242 "resources": [
243 "benchmark.js",
244 "traceur-runtime.js",
245 "SixSpeed/spread/spread__es5.js",
246 "SixSpeed/spread/spread__traceur.js",
247 "SixSpeed/spread/spread__es6.js"
248 ],
249 "results_regexp": "^%s\\(Score\\): (.+)$",
250 "tests": [
251 {"name": "Spread-ES5"},
252 {"name": "Spread-Traceur"},
253 {"name": "Spread-ES6"}
254 ]
237 } 255 }
238 ] 256 ]
239 } 257 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/LICENSE.sixspeed » ('j') | tools/presubmit.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698