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

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

Issue 1913813003: [js-perf-test] Add microbenchmarks for in operator and Object.prototype.hasOwnProperty(). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 4 years, 7 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 | « test/js-perf-test/JSTests.json ('k') | test/js-perf-test/PropertyQueries/property-queries.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "PropertyQueriesTests",
3 "run_count": 5,
4 "run_count_android_arm": 3,
5 "run_count_android_arm64": 3,
6 "timeout": 120,
7 "units": "score",
8 "total": true,
9 "resources": ["base.js"],
10 "tests": [
11 {
12 "name": "PropertyQueries",
13 "path": ["."],
14 "main": "run.js",
15 "flags": [""],
16 "resources": [
17 "property-queries.js"
18 ],
19 "results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$",
20 "tests": [
21 {"name": "in--query-internalized-prop--fast-obj"},
22 {"name": "in--query-internalized-prop--slow-obj"},
23 {"name": "in--query-internalized-prop--fast-obj-with-slow-proto"},
24 {"name": "in--query-internalized-prop--slow-obj-with-slow-proto"},
25 {"name": "in--query-deinternalized-prop--fast-obj"},
26 {"name": "in--query-deinternalized-prop--slow-obj"},
27 {"name": "in--query-deinternalized-prop--fast-obj-with-slow-proto"},
28 {"name": "in--query-deinternalized-prop--slow-obj-with-slow-proto"},
29 {"name": "in--query-non-existing-internalized-prop--fast-obj"},
30 {"name": "in--query-non-existing-internalized-prop--slow-obj"},
31 {"name": "in--query-non-existing-internalized-prop--fast-obj-with-slow-p roto"},
32 {"name": "in--query-non-existing-internalized-prop--slow-obj-with-slow-p roto"},
33 {"name": "in--query-non-existing-deinternalized-prop--fast-obj"},
34 {"name": "in--query-non-existing-deinternalized-prop--slow-obj"},
35 {"name": "in--query-non-existing-deinternalized-prop--fast-obj-with-slow -proto"},
36 {"name": "in--query-non-existing-deinternalized-prop--slow-obj-with-slow -proto"},
37 {"name": "in--query-element--fast-obj"},
38 {"name": "in--query-element--slow-obj"},
39 {"name": "in--query-element--fast-obj-with-slow-proto"},
40 {"name": "in--query-element--slow-obj-with-slow-proto"},
41 {"name": "in--query-element-as-string--fast-obj"},
42 {"name": "in--query-element-as-string--slow-obj"},
43 {"name": "in--query-element-as-string--fast-obj-with-slow-proto"},
44 {"name": "in--query-element-as-string--slow-obj-with-slow-proto"},
45 {"name": "in--query-non-existing-element--fast-obj"},
46 {"name": "in--query-non-existing-element--slow-obj"},
47 {"name": "in--query-non-existing-element--fast-obj-with-slow-proto"},
48 {"name": "in--query-non-existing-element--slow-obj-with-slow-proto"},
49 {"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj"},
50 {"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj"},
51 {"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj-with- slow-proto"},
52 {"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj-with- slow-proto"},
53 {"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj"},
54 {"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj"},
55 {"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj-wit h-slow-proto"},
56 {"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj-wit h-slow-proto"},
57 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--f ast-obj"},
58 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--s low-obj"},
59 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--f ast-obj-with-slow-proto"},
60 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--s low-obj-with-slow-proto"},
61 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -fast-obj"},
62 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -slow-obj"},
63 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -fast-obj-with-slow-proto"},
64 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop- -slow-obj-with-slow-proto"},
65 {"name": "Object.hasOwnProperty--query-element--fast-obj"},
66 {"name": "Object.hasOwnProperty--query-element--slow-obj"},
67 {"name": "Object.hasOwnProperty--query-element--fast-obj-with-slow-proto "},
68 {"name": "Object.hasOwnProperty--query-element--slow-obj-with-slow-proto "},
69 {"name": "Object.hasOwnProperty--query-element-as-string--fast-obj"},
70 {"name": "Object.hasOwnProperty--query-element-as-string--slow-obj"},
71 {"name": "Object.hasOwnProperty--query-element-as-string--fast-obj-with- slow-proto"},
72 {"name": "Object.hasOwnProperty--query-element-as-string--slow-obj-with- slow-proto"},
73 {"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj"},
74 {"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj"},
75 {"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj-wi th-slow-proto"},
76 {"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj-wi th-slow-proto"}
77 ]
78 }
79 ]
80 }
OLDNEW
« no previous file with comments | « test/js-perf-test/JSTests.json ('k') | test/js-perf-test/PropertyQueries/property-queries.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698