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

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

Issue 769113002: Perf tests for Template Literals (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/Templates/harmony-templates.js » ('j') | test/js-perf-test/Templates/harmony-templates.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698