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

Side by Side Diff: test/js-perf-test/Object/ObjectTests.json

Issue 2378613002: [test] Add micro benchmark for Object.create (Closed)
Patch Set: Created 4 years, 2 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/Object/create.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": "ObjectTests", 2 "name": "ObjectTests",
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 "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": "Object", 12 "name": "Object",
13 "path": ["."], 13 "path": ["."],
14 "main": "run.js", 14 "main": "run.js",
15 "flags": ["--harmony"], 15 "flags": ["--harmony"],
16 "resources": [ 16 "resources": [
17 "assign.js", 17 "assign.js",
18 "values.js", 18 "create.js",
19 "entries.js" 19 "entries.js",
20 "values.js"
20 ], 21 ],
21 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", 22 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
22 "tests": [ 23 "tests": [
23 {"name": "Assign"}, 24 {"name": "Assign"},
25 {"name": "Create"},
24 {"name": "Entries"}, 26 {"name": "Entries"},
25 {"name": "EntriesMegamorphic"}, 27 {"name": "EntriesMegamorphic"},
26 {"name": "Values"}, 28 {"name": "Values"},
27 {"name": "ValuesMegamorphic"} 29 {"name": "ValuesMegamorphic"}
28 ] 30 ]
29 } 31 }
30 ] 32 ]
31 } 33 }
OLDNEW
« no previous file with comments | « no previous file | test/js-perf-test/Object/create.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698