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

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

Issue 2691423003: [tests] Add js-perf-test for %TypedArray%.prototype.sort (Closed)
Patch Set: Created 3 years, 10 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/TypedArrays/copywithin.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": 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 ] 276 ]
277 }, 277 },
278 { 278 {
279 "name": "TypedArrays", 279 "name": "TypedArrays",
280 "path": ["TypedArrays"], 280 "path": ["TypedArrays"],
281 "results_regexp": "^TypedArrays\\-%s\\(Score\\): (.+)$", 281 "results_regexp": "^TypedArrays\\-%s\\(Score\\): (.+)$",
282 "tests": [ 282 "tests": [
283 { 283 {
284 "name": "CopyWithin", 284 "name": "CopyWithin",
285 "main": "run.js", 285 "main": "run.js",
286 "test_flags": ["typedarrays"] 286 "test_flags": ["copywithin"]
287 }, 287 },
288 { 288 {
289 "name": "Constructor", 289 "name": "Constructor",
290 "main": "run.js", 290 "main": "run.js",
291 "test_flags": ["constructor"] 291 "test_flags": ["constructor"]
292 }, 292 },
293 { 293 {
294 "name": "Constructor--Future", 294 "name": "Constructor--Future",
295 "flags": ["--future"], 295 "flags": ["--future"],
296 "results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$", 296 "results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$",
297 "main": "run.js", 297 "main": "run.js",
298 "test_flags": ["constructor"] 298 "test_flags": ["constructor"]
299 },
300 {
301 "name": "Sort",
302 "main": "run.js",
303 "test_flags": ["sort"]
299 } 304 }
300 ] 305 ]
301 } 306 }
302 ] 307 ]
303 } 308 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/TypedArrays/copywithin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698