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

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

Issue 2676193002: [tests] add microbenchmark for %TypedArray%.prototype.copyWithin (Closed)
Patch Set: Remove heap-symbols.h change 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/run.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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 {"name": "in--el-str"}, 267 {"name": "in--el-str"},
268 {"name": "in--NE-el"}, 268 {"name": "in--NE-el"},
269 {"name": "Object.hasOwnProperty--INTERN-prop"}, 269 {"name": "Object.hasOwnProperty--INTERN-prop"},
270 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 270 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
271 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 271 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
272 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 272 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
273 {"name": "Object.hasOwnProperty--el"}, 273 {"name": "Object.hasOwnProperty--el"},
274 {"name": "Object.hasOwnProperty--el-str"}, 274 {"name": "Object.hasOwnProperty--el-str"},
275 {"name": "Object.hasOwnProperty--NE-el"} 275 {"name": "Object.hasOwnProperty--NE-el"}
276 ] 276 ]
277 },
278 {
279 "name": "TypedArrays",
280 "path": ["TypedArrays"],
281 "main": "run.js",
282 "resources": [
283 "typedarrays.js"
284 ],
285 "results_regexp": "^TypedArrays\\-%s\\(Scope\\): (.+)$",
286 "tests": [
287 {"name": "CopyWithin"}
288 ]
277 } 289 }
278 ] 290 ]
279 } 291 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/TypedArrays/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698