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

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

Issue 938443002: [es6] implement spread calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase + clang-format Created 5 years, 8 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 | « test/cctest/test-parsing.cc ('k') | test/js-perf-test/SpreadCalls/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 {
11 "name": "SpreadCalls",
12 "path": ["SpreadCalls"],
13 "main": "run.js",
14 "resources": ["spreadcalls.js"],
15 "flags": ["--harmony-spreadcalls"],
16 "run_count": 5,
17 "units": "score",
18 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
19 "tests": [
20 {"name": "Call-Sum"},
Michael Achenbach 2015/04/10 10:04:20 What is actually printed is (exemplified): Call-Sp
21 {"name": "CallMethod-Sum"},
22 {"name": "CallNew-Sum"}
23 ]
24 },
25 {
11 "name": "Classes", 26 "name": "Classes",
12 "path": ["Classes"], 27 "path": ["Classes"],
13 "main": "run.js", 28 "main": "run.js",
14 "resources": ["super.js", "default-constructor.js"], 29 "resources": ["super.js", "default-constructor.js"],
15 "flags": ["--harmony-classes"], 30 "flags": ["--harmony-classes"],
16 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", 31 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
17 "tests": [ 32 "tests": [
18 {"name": "Super"}, 33 {"name": "Super"},
19 {"name": "DefaultConstructor"} 34 {"name": "DefaultConstructor"}
20 ] 35 ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", 90 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
76 "total": true, 91 "total": true,
77 "tests": [ 92 "tests": [
78 {"name": "Untagged"}, 93 {"name": "Untagged"},
79 {"name": "LargeUntagged"}, 94 {"name": "LargeUntagged"},
80 {"name": "Tagged"} 95 {"name": "Tagged"}
81 ] 96 ]
82 } 97 }
83 ] 98 ]
84 } 99 }
OLDNEW
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/js-perf-test/SpreadCalls/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698