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

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

Issue 548833002: [es6] implement Object.assign (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use runtime %IsPropertyEnumerable() Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « src/v8natives.js ('k') | test/js-perf-test/Object/assign.js » ('j') | 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": 5, 3 "run_count": 5,
4 "run_count_android_arm": 3, 4 "run_count_android_arm": 3,
5 "run_count_android_arm64": 3, 5 "run_count_android_arm64": 3,
6 "units": "score", 6 "units": "score",
7 "total": true, 7 "total": true,
8 "resources": ["base.js"], 8 "resources": ["base.js"],
9 "tests": [ 9 "tests": [
10 { 10 {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "resources": ["templates.js"], 87 "resources": ["templates.js"],
88 "run_count": 5, 88 "run_count": 5,
89 "units": "score", 89 "units": "score",
90 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", 90 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
91 "total": true, 91 "total": true,
92 "tests": [ 92 "tests": [
93 {"name": "Untagged"}, 93 {"name": "Untagged"},
94 {"name": "LargeUntagged"}, 94 {"name": "LargeUntagged"},
95 {"name": "Tagged"} 95 {"name": "Tagged"}
96 ] 96 ]
97 },
98 {
99 "name": "Object",
100 "path": ["Object"],
101 "main": "run.js",
102 "resources": ["assign.js"],
103 "flags": ["--harmony-object"],
104 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
105 "tests": [
106 {"name": "Assign"}
107 ]
97 } 108 }
98 ] 109 ]
99 } 110 }
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | test/js-perf-test/Object/assign.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698