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

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

Issue 2619753002: [js-perf-test] Specify AsyncAwait tests in JSTests.json (Closed)
Patch Set: Created 3 years, 11 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 | 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", 12 "name": "AsyncAwait",
13 "path": ["AsyncAwait"], 13 "path": ["AsyncAwait"],
14 "main": "run.js", 14 "main": "run.js",
15 "resources": [ 15 "resources": [
16 "native.js", 16 "native.js",
17 "baseline-babel-es2017.js", 17 "baseline-babel-es2017.js",
18 "baseline-naive-promises.js" 18 "baseline-naive-promises.js"
19 ], 19 ],
20 "flags": ["--allow-natives-syntax"], 20 "flags": ["--allow-natives-syntax"],
21 "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$" 21 "results_regexp": "^%s\\-AsyncAwait\\(Score\\): (.+)$",
22 "tests": [
23 {"name": "BaselineES2017"},
24 {"name": "BaselineNaivePromises"},
25 {"name": "Native"}
26 ]
22 }, 27 },
23 { 28 {
24 "name": "Generators", 29 "name": "Generators",
25 "path": ["Generators"], 30 "path": ["Generators"],
26 "main": "run.js", 31 "main": "run.js",
27 "resources": ["generators.js"], 32 "resources": ["generators.js"],
28 "flags": ["--harmony-function-sent"], 33 "flags": ["--harmony-function-sent"],
29 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" 34 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
30 }, 35 },
31 { 36 {
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 270 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
266 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 271 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
267 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 272 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
268 {"name": "Object.hasOwnProperty--el"}, 273 {"name": "Object.hasOwnProperty--el"},
269 {"name": "Object.hasOwnProperty--el-str"}, 274 {"name": "Object.hasOwnProperty--el-str"},
270 {"name": "Object.hasOwnProperty--NE-el"} 275 {"name": "Object.hasOwnProperty--NE-el"}
271 ] 276 ]
272 } 277 }
273 ] 278 ]
274 } 279 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698