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

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

Issue 2509593004: [test] Add object literal micro-benchmarks. (Closed)
Patch Set: Created 4 years, 1 month 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/ObjectLiterals/ObjextLiterals.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": [
11 { 11 {
12 "name": "Computed property names in object literals",
13 "path": ["SixSpeed/ObjectLiterals"],
Yang 2016/11/16 20:44:30 So, uhm.. bikeshedding. I intended the file names
14 "main": "run.js",
15 "resources": [
16 "run.js",
17 "ObjectLiterals.js"
18 ],
19 "results_regexp": "^%s\\(Score\\): (.+)$",
20 "tests": [
21 {"name": "ObjectLiterals-ES5"},
22 {"name": "ObjectLiterals-ES6"}
23 ]
24 },
25 {
12 "name": "Spread", 26 "name": "Spread",
13 "path": ["SixSpeed/spread"], 27 "path": ["SixSpeed/spread"],
14 "main": "run.js", 28 "main": "run.js",
15 "resources": [ 29 "resources": [
16 "run.js", 30 "run.js",
17 "spread.js" 31 "spread.js"
18 ], 32 ],
19 "results_regexp": "^%s\\(Score\\): (.+)$", 33 "results_regexp": "^%s\\(Score\\): (.+)$",
20 "tests": [ 34 "tests": [
21 {"name": "Spread-ES5"}, 35 {"name": "Spread-ES5"},
22 {"name": "Spread-Traceur"}, 36 {"name": "Spread-Traceur"},
23 {"name": "Spread-ES6"} 37 {"name": "Spread-ES6"}
24 ] 38 ]
25 } 39 }
26 ] 40 ]
27 } 41 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/ObjectLiterals/ObjextLiterals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698