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

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

Issue 769113002: Perf tests for Template Literals (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 512 byte Lorem Ipsum test 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
« no previous file with comments | « no previous file | test/js-perf-test/Templates/run.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 "units": "score", 6 "units": "score",
7 "total": true, 7 "total": true,
8 "resources": ["base.js"], 8 "resources": ["base.js"],
9 "tests": [ 9 "tests": [
10 { 10 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 { 58 {
59 "name": "Strings", 59 "name": "Strings",
60 "path": ["Strings"], 60 "path": ["Strings"],
61 "main": "run.js", 61 "main": "run.js",
62 "resources": ["harmony-string.js"], 62 "resources": ["harmony-string.js"],
63 "flags": ["--harmony-strings"], 63 "flags": ["--harmony-strings"],
64 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", 64 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
65 "tests": [ 65 "tests": [
66 {"name": "StringFunctions"} 66 {"name": "StringFunctions"}
67 ] 67 ]
68 },
69 {
70 "name": "Templates",
71 "path": ["Templates"],
72 "main": "run.js",
73 "resources": ["templates.js"],
74 "flags": ["--harmony-templates"],
75 "run_count": 5,
76 "units": "score",
77 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
78 "total": true,
79 "tests": [
80 {"name": "Untagged"},
81 {"name": "LargeUntagged"},
82 {"name": "Tagged"}
83 ]
68 } 84 }
69 ] 85 ]
70 } 86 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/Templates/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698