Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "JSTests/Templates", | |
| 3 "path": ["."], | |
| 4 "main": "run.js", | |
| 5 "flags": ["--harmony-templates"], | |
| 6 "run_count": 5, | |
|
arv (Not doing code reviews)
2014/12/01 20:04:07
Try increasing this if the test is really fast
caitp (gmail)
2014/12/01 20:11:22
I don't think that solves the problem --- each ste
| |
| 7 "units": "score", | |
| 8 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", | |
| 9 "total": true, | |
| 10 "tests": [ | |
| 11 {"name": "TemplateLiterals"} | |
| 12 ] | |
| 13 } | |
| OLD | NEW |