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

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

Issue 2676773004: [Tests] Add microbenchmark for defaults (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 19 matching lines...) Expand all
30 "run.js", 30 "run.js",
31 "object_literals.js" 31 "object_literals.js"
32 ], 32 ],
33 "results_regexp": "^%s\\(Score\\): (.+)$", 33 "results_regexp": "^%s\\(Score\\): (.+)$",
34 "tests": [ 34 "tests": [
35 {"name": "ObjectLiterals-ES5"}, 35 {"name": "ObjectLiterals-ES5"},
36 {"name": "ObjectLiterals-ES6"} 36 {"name": "ObjectLiterals-ES6"}
37 ] 37 ]
38 }, 38 },
39 { 39 {
40 "name": "Defaults",
41 "path": ["SixSpeed/defaults"],
42 "main": "run.js",
43 "resources": [
44 "run.js",
45 "defaults.js"
46 ],
47 "results_regexp": "^%s\\(Score\\): (.+)$",
48 "tests": [
49 {"name": "Defaults-ES5"},
50 {"name": "Defaults-ES6"}
51 ]
52 },
53 {
40 "name": "Spread", 54 "name": "Spread",
41 "path": ["SixSpeed/spread"], 55 "path": ["SixSpeed/spread"],
42 "main": "run.js", 56 "main": "run.js",
43 "resources": [ 57 "resources": [
44 "run.js", 58 "run.js",
45 "spread.js" 59 "spread.js"
46 ], 60 ],
47 "results_regexp": "^%s\\(Score\\): (.+)$", 61 "results_regexp": "^%s\\(Score\\): (.+)$",
48 "tests": [ 62 "tests": [
49 {"name": "Spread-ES5"}, 63 {"name": "Spread-ES5"},
(...skipping 12 matching lines...) Expand all
62 "flags": ["--future"], 76 "flags": ["--future"],
63 "results_regexp": "^%s\\(Score\\): (.+)$", 77 "results_regexp": "^%s\\(Score\\): (.+)$",
64 "tests": [ 78 "tests": [
65 {"name": "SuperSpread-ES5"}, 79 {"name": "SuperSpread-ES5"},
66 {"name": "SuperSpread-Babel"}, 80 {"name": "SuperSpread-Babel"},
67 {"name": "SuperSpread-ES6"} 81 {"name": "SuperSpread-ES6"}
68 ] 82 ]
69 } 83 }
70 ] 84 ]
71 } 85 }
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