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

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

Issue 2176143002: Remove the --ignition-generators flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/cctest/interpreter/test-interpreter.cc ('k') | test/message/generators-throw1.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": 5, 3 "run_count": 5,
4 "run_count_android_arm": 3, 4 "run_count_android_arm": 3,
5 "run_count_android_arm64": 3, 5 "run_count_android_arm64": 3,
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": "Generators", 12 "name": "Generators",
13 "path": ["Generators"], 13 "path": ["Generators"],
14 "main": "run.js", 14 "main": "run.js",
15 "resources": ["generators.js"], 15 "resources": ["generators.js"],
16 "flags": ["--harmony-function-sent"], 16 "flags": ["--harmony-function-sent"],
17 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" 17 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
18 }, 18 },
19 { 19 {
20 "name": "GeneratorsIgnition", 20 "name": "GeneratorsIgnition",
21 "path": ["Generators"], 21 "path": ["Generators"],
22 "main": "run.js", 22 "main": "run.js",
23 "resources": ["generators.js"], 23 "resources": ["generators.js"],
24 "flags": [ 24 "flags": [
25 "--harmony-function-sent", 25 "--harmony-function-sent",
26 "--ignition", 26 "--ignition"
27 "--ignition-generators"
28 ], 27 ],
29 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" 28 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
30 }, 29 },
31 { 30 {
32 "name": "GeneratorsIgnitionTurbofan", 31 "name": "GeneratorsIgnitionTurbofan",
33 "path": ["Generators"], 32 "path": ["Generators"],
34 "main": "run.js", 33 "main": "run.js",
35 "resources": ["generators.js"], 34 "resources": ["generators.js"],
36 "flags": [ 35 "flags": [
37 "--harmony-function-sent", 36 "--harmony-function-sent",
38 "--ignition", 37 "--ignition",
39 "--ignition-generators",
40 "--turbo", 38 "--turbo",
41 "--turbo-from-bytecode" 39 "--turbo-from-bytecode"
42 ], 40 ],
43 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" 41 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
44 }, 42 },
45 { 43 {
46 "name": "RestParameters", 44 "name": "RestParameters",
47 "path": ["RestParameters"], 45 "path": ["RestParameters"],
48 "main": "run.js", 46 "main": "run.js",
49 "resources": ["rest.js"], 47 "resources": ["rest.js"],
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 214 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
217 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 215 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
218 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 216 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
219 {"name": "Object.hasOwnProperty--el"}, 217 {"name": "Object.hasOwnProperty--el"},
220 {"name": "Object.hasOwnProperty--el-str"}, 218 {"name": "Object.hasOwnProperty--el-str"},
221 {"name": "Object.hasOwnProperty--NE-el"} 219 {"name": "Object.hasOwnProperty--NE-el"}
222 ] 220 ]
223 } 221 }
224 ] 222 ]
225 } 223 }
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/message/generators-throw1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698