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

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

Issue 1922413002: [js-perf-test] Shorten output of JSTests/PropertyQueries microbenchmark. (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
1 { 1 {
2 "name": "PropertyQueriesTests", 2 "name": "PropertyQueriesTests",
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": "PropertyQueries", 12 "name": "PropertyQueries",
13 "path": ["."], 13 "path": ["."],
14 "main": "run.js", 14 "main": "run.js",
15 "flags": [""], 15 "flags": [""],
16 "resources": [ 16 "resources": [
17 "property-queries.js" 17 "property-queries.js"
18 ], 18 ],
19 "results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$", 19 "results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$",
20 "tests": [ 20 "tests": [
21 {"name": "in--query-internalized-prop--fast-obj"}, 21 {"name": "in--INTERN-prop"},
22 {"name": "in--query-internalized-prop--slow-obj"}, 22 {"name": "in--DEINTERN-prop"},
23 {"name": "in--query-internalized-prop--fast-obj-with-slow-proto"}, 23 {"name": "in--NE-INTERN-prop"},
24 {"name": "in--query-internalized-prop--slow-obj-with-slow-proto"}, 24 {"name": "in--NE-DEINTERN-prop"},
25 {"name": "in--query-deinternalized-prop--fast-obj"}, 25 {"name": "in--el"},
26 {"name": "in--query-deinternalized-prop--slow-obj"}, 26 {"name": "in--el-str"},
27 {"name": "in--query-deinternalized-prop--fast-obj-with-slow-proto"}, 27 {"name": "in--NE-el"},
28 {"name": "in--query-deinternalized-prop--slow-obj-with-slow-proto"}, 28 {"name": "Object.hasOwnProperty--INTERN-prop"},
29 {"name": "in--query-non-existing-internalized-prop--fast-obj"}, 29 {"name": "Object.hasOwnProperty--DEINTERN-prop"},
30 {"name": "in--query-non-existing-internalized-prop--slow-obj"}, 30 {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
31 {"name": "in--query-non-existing-internalized-prop--fast-obj-with-slow-p roto"}, 31 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
32 {"name": "in--query-non-existing-internalized-prop--slow-obj-with-slow-p roto"}, 32 {"name": "Object.hasOwnProperty--el"},
33 {"name": "in--query-non-existing-deinternalized-prop--fast-obj"}, 33 {"name": "Object.hasOwnProperty--el-str"},
34 {"name": "in--query-non-existing-deinternalized-prop--slow-obj"}, 34 {"name": "Object.hasOwnProperty--NE-el"}
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 ] 35 ]
78 } 36 }
79 ] 37 ]
80 } 38 }
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