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

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

Issue 2675263002: [Test] Update 'default' SixSpeed benchmark to use different processes. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | test/js-perf-test/SixSpeed/defaults/defaults.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": "SixSpeed", 2 "name": "SixSpeed",
3 "run_count": 3, 3 "run_count": 3,
4 "run_count_arm": 1, 4 "run_count_arm": 1,
5 "run_count_arm64": 1, 5 "run_count_arm64": 1,
6 "timeout": 120, 6 "timeout": 120,
7 "units": "score", 7 "units": "score",
8 "total": true, 8 "total": true,
9 "resources": ["base.js"], 9 "resources": ["base.js"],
10 "tests": [ 10 "tests": [
(...skipping 26 matching lines...) Expand all
37 }, 37 },
38 { 38 {
39 "name": "ES6", 39 "name": "ES6",
40 "main": "run.js", 40 "main": "run.js",
41 "test_flags": ["object_literals/es6"] 41 "test_flags": ["object_literals/es6"]
42 } 42 }
43 ] 43 ]
44 }, 44 },
45 { 45 {
46 "name": "Defaults", 46 "name": "Defaults",
47 "path": ["SixSpeed/defaults"], 47 "path": ["SixSpeed"],
48 "main": "run.js",
49 "resources": [
50 "run.js",
51 "defaults.js"
52 ],
53 "results_regexp": "^%s\\(Score\\): (.+)$", 48 "results_regexp": "^%s\\(Score\\): (.+)$",
54 "tests": [ 49 "tests": [
55 {"name": "Defaults-ES5"}, 50 {
56 {"name": "Defaults-ES6"} 51 "name": "ES5",
52 "main": "run.js",
53 "test_flags": ["defaults/es5"]
54 },
55 {
56 "name": "ES6",
57 "main": "run.js",
58 "test_flags": ["defaults/es6"]
59 }
57 ] 60 ]
58 }, 61 },
59 { 62 {
60 "name": "Spread", 63 "name": "Spread",
61 "path": ["SixSpeed"], 64 "path": ["SixSpeed"],
62 "results_regexp": "^%s\\(Score\\): (.+)$", 65 "results_regexp": "^%s\\(Score\\): (.+)$",
63 "tests": [ 66 "tests": [
64 { 67 {
65 "name": "ES5", 68 "name": "ES5",
66 "main": "run.js", 69 "main": "run.js",
(...skipping 29 matching lines...) Expand all
96 }, 99 },
97 { 100 {
98 "name": "ES6", 101 "name": "ES6",
99 "main": "run.js", 102 "main": "run.js",
100 "test_flags": ["super_spread/es6"] 103 "test_flags": ["super_spread/es6"]
101 } 104 }
102 ] 105 ]
103 } 106 }
104 ] 107 ]
105 } 108 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/defaults/defaults.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698