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

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

Issue 2823343004: [js-perf-test] Add microbenchmarks for materialized rest parameters. (Closed)
Patch Set: Created 3 years, 8 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/RestParameters/rest.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" 58 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
59 }, 59 },
60 { 60 {
61 "name": "RestParameters", 61 "name": "RestParameters",
62 "path": ["RestParameters"], 62 "path": ["RestParameters"],
63 "main": "run.js", 63 "main": "run.js",
64 "resources": ["rest.js"], 64 "resources": ["rest.js"],
65 "units": "score", 65 "units": "score",
66 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$", 66 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
67 "tests": [ 67 "tests": [
68 {"name": "Basic1"} 68 {"name": "Basic1"},
69 {"name": "ReturnArgsBabel"},
70 {"name": "ReturnArgsNative"}
69 ] 71 ]
70 }, 72 },
71 { 73 {
72 "name": "SpreadCalls", 74 "name": "SpreadCalls",
73 "path": ["SpreadCalls"], 75 "path": ["SpreadCalls"],
74 "main": "run.js", 76 "main": "run.js",
75 "resources": ["spreadcalls.js"], 77 "resources": ["spreadcalls.js"],
76 "units": "score", 78 "units": "score",
77 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$", 79 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
78 "tests": [ 80 "tests": [
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "for_loop.js" 393 "for_loop.js"
392 ], 394 ],
393 "results_regexp": "^%s\\-ForLoop\\(Score\\): (.+)$", 395 "results_regexp": "^%s\\-ForLoop\\(Score\\): (.+)$",
394 "tests": [ 396 "tests": [
395 {"name": "Let-Standard"}, 397 {"name": "Let-Standard"},
396 {"name": "Var-Standard"} 398 {"name": "Var-Standard"}
397 ] 399 ]
398 } 400 }
399 ] 401 ]
400 } 402 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/RestParameters/rest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698