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

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

Issue 1777873003: [js-perf-test] fixup error in JSTests.json (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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": 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 "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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", 101 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
102 "total": true, 102 "total": true,
103 "tests": [ 103 "tests": [
104 {"name": "Untagged"}, 104 {"name": "Untagged"},
105 {"name": "LargeUntagged"}, 105 {"name": "LargeUntagged"},
106 {"name": "Tagged"} 106 {"name": "Tagged"}
107 ] 107 ]
108 }, 108 },
109 { 109 {
110 "name": "Object", 110 "name": "Object",
111 "path": ["."], 111 "path": ["Object"],
112 "main": "run.js", 112 "main": "run.js",
113 "flags": ["--harmony"], 113 "flags": ["--harmony"],
114 "resources": [ 114 "resources": [
115 "assign.js", 115 "assign.js",
116 "values.js", 116 "values.js",
117 "entries.js" 117 "entries.js"
118 ], 118 ],
119 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", 119 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
120 "tests": [ 120 "tests": [
121 {"name": "Assign"}, 121 {"name": "Assign"},
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 {"name": "for-in"}, 159 {"name": "for-in"},
160 {"name": "for-in hasOwnProperty()"}, 160 {"name": "for-in hasOwnProperty()"},
161 {"name": "for (i < Object.keys().length)"}, 161 {"name": "for (i < Object.keys().length)"},
162 {"name": "Object.keys().forEach()"}, 162 {"name": "Object.keys().forEach()"},
163 {"name": "for (i < array.length)"}, 163 {"name": "for (i < array.length)"},
164 {"name": "for (i < length)"} 164 {"name": "for (i < length)"}
165 ] 165 ]
166 } 166 }
167 ] 167 ]
168 } 168 }
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