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

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

Issue 2374393002: [test] Reduce time spent on js-perf tests and fix timeouts. (Closed)
Patch Set: Created 4 years, 2 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": 5, 3 "run_count": 3,
4 "run_count_android_arm": 3, 4 "run_count_android_arm": 1,
5 "run_count_android_arm64": 3, 5 "run_count_android_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": "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"],
(...skipping 22 matching lines...) Expand all
38 "--turbo", 38 "--turbo",
39 "--turbo-from-bytecode" 39 "--turbo-from-bytecode"
40 ], 40 ],
41 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$" 41 "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
42 }, 42 },
43 { 43 {
44 "name": "RestParameters", 44 "name": "RestParameters",
45 "path": ["RestParameters"], 45 "path": ["RestParameters"],
46 "main": "run.js", 46 "main": "run.js",
47 "resources": ["rest.js"], 47 "resources": ["rest.js"],
48 "run_count": 5,
49 "units": "score", 48 "units": "score",
50 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$", 49 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
51 "tests": [ 50 "tests": [
52 {"name": "Basic1"} 51 {"name": "Basic1"}
53 ] 52 ]
54 }, 53 },
55 { 54 {
56 "name": "SpreadCalls", 55 "name": "SpreadCalls",
57 "path": ["SpreadCalls"], 56 "path": ["SpreadCalls"],
58 "main": "run.js", 57 "main": "run.js",
59 "resources": ["spreadcalls.js"], 58 "resources": ["spreadcalls.js"],
60 "run_count": 5,
61 "units": "score", 59 "units": "score",
62 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$", 60 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
63 "tests": [ 61 "tests": [
64 {"name": "Call"}, 62 {"name": "Call"},
65 {"name": "CallMethod"}, 63 {"name": "CallMethod"},
66 {"name": "CallNew"} 64 {"name": "CallNew"}
67 ] 65 ]
68 }, 66 },
69 { 67 {
70 "name": "Classes", 68 "name": "Classes",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "tests": [ 110 "tests": [
113 {"name": "ForOf"} 111 {"name": "ForOf"}
114 ] 112 ]
115 }, 113 },
116 { 114 {
117 "name": "Strings", 115 "name": "Strings",
118 "path": ["Strings"], 116 "path": ["Strings"],
119 "main": "run.js", 117 "main": "run.js",
120 "resources": ["harmony-string.js"], 118 "resources": ["harmony-string.js"],
121 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", 119 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
120 "run_count": 1,
121 "timeout": 240,
122 "tests": [ 122 "tests": [
123 {"name": "StringFunctions"} 123 {"name": "StringFunctions"}
124 ] 124 ]
125 }, 125 },
126 { 126 {
127 "name": "StringIterators", 127 "name": "StringIterators",
128 "path": ["StringIterators"], 128 "path": ["StringIterators"],
129 "main": "run.js", 129 "main": "run.js",
130 "resources": ["string-iterator.js"], 130 "resources": ["string-iterator.js"],
131 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$", 131 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$",
132 "tests": [ 132 "tests": [
133 {"name": "Spread_OneByteShort"}, 133 {"name": "Spread_OneByteShort"},
134 {"name": "Spread_TwoByteShort"}, 134 {"name": "Spread_TwoByteShort"},
135 {"name": "Spread_WithSurrogatePairsShort"}, 135 {"name": "Spread_WithSurrogatePairsShort"},
136 {"name": "ForOf_OneByteShort"}, 136 {"name": "ForOf_OneByteShort"},
137 {"name": "ForOf_TwoByteShort"}, 137 {"name": "ForOf_TwoByteShort"},
138 {"name": "ForOf_WithSurrogatePairsShort"}, 138 {"name": "ForOf_WithSurrogatePairsShort"},
139 {"name": "ForOf_OneByteLong"}, 139 {"name": "ForOf_OneByteLong"},
140 {"name": "ForOf_TwoByteLong"}, 140 {"name": "ForOf_TwoByteLong"},
141 {"name": "ForOf_WithSurrogatePairsLong"} 141 {"name": "ForOf_WithSurrogatePairsLong"}
142 ] 142 ]
143 }, 143 },
144 { 144 {
145 "name": "Templates", 145 "name": "Templates",
146 "path": ["Templates"], 146 "path": ["Templates"],
147 "main": "run.js", 147 "main": "run.js",
148 "resources": ["templates.js"], 148 "resources": ["templates.js"],
149 "run_count": 5,
150 "units": "score", 149 "units": "score",
151 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", 150 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
152 "total": true, 151 "total": true,
153 "tests": [ 152 "tests": [
154 {"name": "Untagged"}, 153 {"name": "Untagged"},
155 {"name": "LargeUntagged"}, 154 {"name": "LargeUntagged"},
156 {"name": "Tagged"} 155 {"name": "Tagged"}
157 ] 156 ]
158 }, 157 },
159 { 158 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "tests": [ 193 "tests": [
195 {"name": "Try-Catch"} 194 {"name": "Try-Catch"}
196 ] 195 ]
197 }, 196 },
198 { 197 {
199 "name": "Keys", 198 "name": "Keys",
200 "path": ["Keys"], 199 "path": ["Keys"],
201 "main": "run.js", 200 "main": "run.js",
202 "resources": ["keys.js"], 201 "resources": ["keys.js"],
203 "results_regexp": "^%s\\-Keys\\(Score\\): (.+)$", 202 "results_regexp": "^%s\\-Keys\\(Score\\): (.+)$",
204 "run_count": 3,
205 "run_count_android_arm": 2,
206 "run_count_android_arm64": 2,
207 "tests": [ 203 "tests": [
208 {"name": "Object.keys()"}, 204 {"name": "Object.keys()"},
209 {"name": "for-in"}, 205 {"name": "for-in"},
210 {"name": "for-in hasOwnProperty()"}, 206 {"name": "for-in hasOwnProperty()"},
211 {"name": "for (i < Object.keys().length)"}, 207 {"name": "for (i < Object.keys().length)"},
212 {"name": "Object.keys().forEach()"}, 208 {"name": "Object.keys().forEach()"},
213 {"name": "for (i < array.length)"}, 209 {"name": "for (i < array.length)"},
214 {"name": "for (i < length)"} 210 {"name": "for (i < length)"}
215 ] 211 ]
216 }, 212 },
(...skipping 15 matching lines...) Expand all
232 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, 228 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
233 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, 229 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
234 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, 230 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
235 {"name": "Object.hasOwnProperty--el"}, 231 {"name": "Object.hasOwnProperty--el"},
236 {"name": "Object.hasOwnProperty--el-str"}, 232 {"name": "Object.hasOwnProperty--el-str"},
237 {"name": "Object.hasOwnProperty--NE-el"} 233 {"name": "Object.hasOwnProperty--NE-el"}
238 ] 234 ]
239 } 235 }
240 ] 236 ]
241 } 237 }
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