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

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

Issue 2577393002: [js-perf-test] Add a basic async-await microbenchmark (Closed)
Patch Set: Re-babel Created 3 years, 12 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 | « test/js-perf-test/AsyncAwait/run.js ('k') | 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": 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": [
11 { 11 {
12 "name": "AsyncAwait",
13 "path": ["AsyncAwait"],
14 "main": "run.js",
Michael Achenbach 2016/12/27 21:31:17 This currently fails on the bots. It looks like it
jgruber 2017/01/09 08:42:22 Thanks, got a CL for this at https://codereview.ch
15 "resources": [
16 "native.js",
17 "baseline-babel-es2017.js",
18 "baseline-naive-promises.js"
19 ],
20 "flags": ["--allow-natives-syntax"],
21 "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$"
22 },
23 {
12 "name": "Generators", 24 "name": "Generators",
13 "path": ["Generators"], 25 "path": ["Generators"],
14 "main": "run.js", 26 "main": "run.js",
15 "resources": ["generators.js"], 27 "resources": ["generators.js"],
16 "flags": ["--harmony-function-sent"], 28 "flags": ["--harmony-function-sent"],
17 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" 29 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
18 }, 30 },
19 { 31 {
20 "name": "GeneratorsIgnition", 32 "name": "GeneratorsIgnition",
21 "path": ["Generators"], 33 "path": ["Generators"],
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 265 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
254 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 266 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
255 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 267 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
256 {"name": "Object.hasOwnProperty--el"}, 268 {"name": "Object.hasOwnProperty--el"},
257 {"name": "Object.hasOwnProperty--el-str"}, 269 {"name": "Object.hasOwnProperty--el-str"},
258 {"name": "Object.hasOwnProperty--NE-el"} 270 {"name": "Object.hasOwnProperty--NE-el"}
259 ] 271 ]
260 } 272 }
261 ] 273 ]
262 } 274 }
OLDNEW
« no previous file with comments | « test/js-perf-test/AsyncAwait/run.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698