v8/test/js-perf-test/PropertyQueries/PropertyQueries.json

81 lines
4.8 KiB
JSON
Raw Normal View History

{
"name": "PropertyQueriesTests",
"run_count": 5,
"run_count_android_arm": 3,
"run_count_android_arm64": 3,
"timeout": 120,
"units": "score",
"total": true,
"resources": ["base.js"],
"tests": [
{
"name": "PropertyQueries",
"path": ["."],
"main": "run.js",
"flags": [""],
"resources": [
"property-queries.js"
],
"results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$",
"tests": [
{"name": "in--query-internalized-prop--fast-obj"},
{"name": "in--query-internalized-prop--slow-obj"},
{"name": "in--query-internalized-prop--fast-obj-with-slow-proto"},
{"name": "in--query-internalized-prop--slow-obj-with-slow-proto"},
{"name": "in--query-deinternalized-prop--fast-obj"},
{"name": "in--query-deinternalized-prop--slow-obj"},
{"name": "in--query-deinternalized-prop--fast-obj-with-slow-proto"},
{"name": "in--query-deinternalized-prop--slow-obj-with-slow-proto"},
{"name": "in--query-non-existing-internalized-prop--fast-obj"},
{"name": "in--query-non-existing-internalized-prop--slow-obj"},
{"name": "in--query-non-existing-internalized-prop--fast-obj-with-slow-proto"},
{"name": "in--query-non-existing-internalized-prop--slow-obj-with-slow-proto"},
{"name": "in--query-non-existing-deinternalized-prop--fast-obj"},
{"name": "in--query-non-existing-deinternalized-prop--slow-obj"},
{"name": "in--query-non-existing-deinternalized-prop--fast-obj-with-slow-proto"},
{"name": "in--query-non-existing-deinternalized-prop--slow-obj-with-slow-proto"},
{"name": "in--query-element--fast-obj"},
{"name": "in--query-element--slow-obj"},
{"name": "in--query-element--fast-obj-with-slow-proto"},
{"name": "in--query-element--slow-obj-with-slow-proto"},
{"name": "in--query-element-as-string--fast-obj"},
{"name": "in--query-element-as-string--slow-obj"},
{"name": "in--query-element-as-string--fast-obj-with-slow-proto"},
{"name": "in--query-element-as-string--slow-obj-with-slow-proto"},
{"name": "in--query-non-existing-element--fast-obj"},
{"name": "in--query-non-existing-element--slow-obj"},
{"name": "in--query-non-existing-element--fast-obj-with-slow-proto"},
{"name": "in--query-non-existing-element--slow-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj"},
{"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj"},
{"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj"},
{"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj"},
{"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--fast-obj"},
{"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--slow-obj"},
{"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--fast-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--slow-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop--fast-obj"},
{"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop--slow-obj"},
{"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop--fast-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop--slow-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-element--fast-obj"},
{"name": "Object.hasOwnProperty--query-element--slow-obj"},
{"name": "Object.hasOwnProperty--query-element--fast-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-element--slow-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-element-as-string--fast-obj"},
{"name": "Object.hasOwnProperty--query-element-as-string--slow-obj"},
{"name": "Object.hasOwnProperty--query-element-as-string--fast-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-element-as-string--slow-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj"},
{"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj"},
{"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj-with-slow-proto"},
{"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj-with-slow-proto"}
]
}
]
}