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

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

Issue 782673003: Use merged JSTest config for performance tests. (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
« no previous file with comments | « test/js-perf-test/Iterators/Iterators.json ('k') | test/js-perf-test/Strings/Strings.json » ('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": "Classes", 11 "name": "Classes",
12 "path": ["Classes"], 12 "path": ["Classes"],
13 "main": "run.js", 13 "main": "run.js",
14 "resources": ["super.js"], 14 "resources": ["super.js", "default-constructor.js"],
15 "flags": ["--harmony-classes"], 15 "flags": ["--harmony-classes"],
16 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", 16 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
17 "tests": [ 17 "tests": [
18 {"name": "Super"} 18 {"name": "Super"},
19 {"name": "DefaultConstructor"}
19 ] 20 ]
20 }, 21 },
21 { 22 {
22 "name": "Collections", 23 "name": "Collections",
23 "path": ["Collections"], 24 "path": ["Collections"],
24 "main": "run.js", 25 "main": "run.js",
25 "resources": [ 26 "resources": [
26 "common.js", 27 "common.js",
27 "map.js", 28 "map.js",
28 "run.js", 29 "run.js",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "main": "run.js", 61 "main": "run.js",
61 "resources": ["harmony-string.js"], 62 "resources": ["harmony-string.js"],
62 "flags": ["--harmony-strings"], 63 "flags": ["--harmony-strings"],
63 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", 64 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
64 "tests": [ 65 "tests": [
65 {"name": "StringFunctions"} 66 {"name": "StringFunctions"}
66 ] 67 ]
67 } 68 }
68 ] 69 ]
69 } 70 }
OLDNEW
« no previous file with comments | « test/js-perf-test/Iterators/Iterators.json ('k') | test/js-perf-test/Strings/Strings.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698