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

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

Issue 1922413002: [js-perf-test] Shorten output of JSTests/PropertyQueries microbenchmark. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 4 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
« no previous file with comments | « no previous file | test/js-perf-test/PropertyQueries/PropertyQueries.json » ('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 "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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 {"name": "for (i < length)"} 164 {"name": "for (i < length)"}
165 ] 165 ]
166 }, 166 },
167 { 167 {
168 "name": "PropertyQueries", 168 "name": "PropertyQueries",
169 "path": ["PropertyQueries"], 169 "path": ["PropertyQueries"],
170 "main": "run.js", 170 "main": "run.js",
171 "resources": ["property-queries.js"], 171 "resources": ["property-queries.js"],
172 "results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$", 172 "results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$",
173 "tests": [ 173 "tests": [
174 {"name": "in--query-internalized-prop--fast-obj"}, 174 {"name": "in--INTERN-prop"},
175 {"name": "in--query-internalized-prop--slow-obj"}, 175 {"name": "in--DEINTERN-prop"},
176 {"name": "in--query-internalized-prop--fast-obj-with-slow-proto"}, 176 {"name": "in--NE-INTERN-prop"},
177 {"name": "in--query-internalized-prop--slow-obj-with-slow-proto"}, 177 {"name": "in--NE-DEINTERN-prop"},
178 {"name": "in--query-deinternalized-prop--fast-obj"}, 178 {"name": "in--el"},
179 {"name": "in--query-deinternalized-prop--slow-obj"}, 179 {"name": "in--el-str"},
180 {"name": "in--query-deinternalized-prop--fast-obj-with-slow-proto"}, 180 {"name": "in--NE-el"},
181 {"name": "in--query-deinternalized-prop--slow-obj-with-slow-proto"}, 181 {"name": "Object.hasOwnProperty--INTERN-prop"},
182 {"name": "in--query-non-existing-internalized-prop--fast-obj"}, 182 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
183 {"name": "in--query-non-existing-internalized-prop--slow-obj"}, 183 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
184 {"name": "in--query-non-existing-internalized-prop--fast-obj-with-slow-p roto"}, 184 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
185 {"name": "in--query-non-existing-internalized-prop--slow-obj-with-slow-p roto"}, 185 {"name": "Object.hasOwnProperty--el"},
186 {"name": "in--query-non-existing-deinternalized-prop--fast-obj"}, 186 {"name": "Object.hasOwnProperty--el-str"},
187 {"name": "in--query-non-existing-deinternalized-prop--slow-obj"}, 187 {"name": "Object.hasOwnProperty--NE-el"}
188 {"name": "in--query-non-existing-deinternalized-prop--fast-obj-with-slow -proto"},
189 {"name": "in--query-non-existing-deinternalized-prop--slow-obj-with-slow -proto"},
190 {"name": "in--query-element--fast-obj"},
191 {"name": "in--query-element--slow-obj"},
192 {"name": "in--query-element--fast-obj-with-slow-proto"},
193 {"name": "in--query-element--slow-obj-with-slow-proto"},
194 {"name": "in--query-element-as-string--fast-obj"},
195 {"name": "in--query-element-as-string--slow-obj"},
196 {"name": "in--query-element-as-string--fast-obj-with-slow-proto"},
197 {"name": "in--query-element-as-string--slow-obj-with-slow-proto"},
198 {"name": "in--query-non-existing-element--fast-obj"},
199 {"name": "in--query-non-existing-element--slow-obj"},
200 {"name": "in--query-non-existing-element--fast-obj-with-slow-proto"},
201 {"name": "in--query-non-existing-element--slow-obj-with-slow-proto"},
202 {"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj"},
203 {"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj"},
204 {"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj-with- slow-proto"},
205 {"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj-with- slow-proto"},
206 {"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj"},
207 {"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj"},
208 {"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj-wit h-slow-proto"},
209 {"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj-wit h-slow-proto"},
210 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--f ast-obj"},
211 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--s low-obj"},
212 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--f ast-obj-with-slow-proto"},
213 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--s low-obj-with-slow-proto"},
214 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -fast-obj"},
215 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -slow-obj"},
216 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -fast-obj-with-slow-proto"},
217 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -slow-obj-with-slow-proto"},
218 {"name": "Object.hasOwnProperty--query-element--fast-obj"},
219 {"name": "Object.hasOwnProperty--query-element--slow-obj"},
220 {"name": "Object.hasOwnProperty--query-element--fast-obj-with-slow-proto "},
221 {"name": "Object.hasOwnProperty--query-element--slow-obj-with-slow-proto "},
222 {"name": "Object.hasOwnProperty--query-element-as-string--fast-obj"},
223 {"name": "Object.hasOwnProperty--query-element-as-string--slow-obj"},
224 {"name": "Object.hasOwnProperty--query-element-as-string--fast-obj-with- slow-proto"},
225 {"name": "Object.hasOwnProperty--query-element-as-string--slow-obj-with- slow-proto"},
226 {"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj"},
227 {"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj"},
228 {"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj-wi th-slow-proto"},
229 {"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj-wi th-slow-proto"}
230 ] 188 ]
231 } 189 }
232 ] 190 ]
233 } 191 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/PropertyQueries/PropertyQueries.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698