Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "JSTests", | 2 "name": "JSTests", |
| 3 "run_count": 3, | 3 "run_count": 3, |
| 4 "run_count_android_arm": 1, | 4 "run_count_android_arm": 1, |
| 5 "run_count_android_arm64": 1, | 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": [ |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 155 {"name": "Tagged"} | 155 {"name": "Tagged"} |
| 156 ] | 156 ] |
| 157 }, | 157 }, |
| 158 { | 158 { |
| 159 "name": "Object", | 159 "name": "Object", |
| 160 "path": ["Object"], | 160 "path": ["Object"], |
| 161 "main": "run.js", | 161 "main": "run.js", |
| 162 "flags": ["--harmony"], | 162 "flags": ["--harmony"], |
| 163 "resources": [ | 163 "resources": [ |
| 164 "assign.js", | 164 "assign.js", |
| 165 "values.js", | 165 "create.js", |
| 166 "entries.js" | 166 "entries.js", |
| 167 "values.js" | |
| 167 ], | 168 ], |
| 168 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 169 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
| 169 "tests": [ | 170 "tests": [ |
| 170 {"name": "Assign"}, | 171 {"name": "Assign"}, |
| 171 {"name": "Entries"}, | 172 {"name": "Entries"}, |
|
Michael Achenbach
2016/10/07 11:18:46
Should this measure Create as well? The helper jso
| |
| 172 {"name": "EntriesMegamorphic"}, | 173 {"name": "EntriesMegamorphic"}, |
| 173 {"name": "Values"}, | 174 {"name": "Values"}, |
| 174 {"name": "ValuesMegamorphic"} | 175 {"name": "ValuesMegamorphic"} |
| 175 ] | 176 ] |
| 176 }, | 177 }, |
| 177 { | 178 { |
| 178 "name": "Scope", | 179 "name": "Scope", |
| 179 "path": ["Scope"], | 180 "path": ["Scope"], |
| 180 "main": "run.js", | 181 "main": "run.js", |
| 181 "resources": ["with.js"], | 182 "resources": ["with.js"], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 228 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 229 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
| 229 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 230 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
| 230 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 231 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
| 231 {"name": "Object.hasOwnProperty--el"}, | 232 {"name": "Object.hasOwnProperty--el"}, |
| 232 {"name": "Object.hasOwnProperty--el-str"}, | 233 {"name": "Object.hasOwnProperty--el-str"}, |
| 233 {"name": "Object.hasOwnProperty--NE-el"} | 234 {"name": "Object.hasOwnProperty--NE-el"} |
| 234 ] | 235 ] |
| 235 } | 236 } |
| 236 ] | 237 ] |
| 237 } | 238 } |
| OLD | NEW |