| Index: test/js-perf-test/PropertyQueries/PropertyQueries.json
|
| diff --git a/test/js-perf-test/PropertyQueries/PropertyQueries.json b/test/js-perf-test/PropertyQueries/PropertyQueries.json
|
| index 8834a045732a53ddffdf51baeaa49b532615f33f..49b953d131635b8df45fd63a5db3b930d1f2c589 100644
|
| --- a/test/js-perf-test/PropertyQueries/PropertyQueries.json
|
| +++ b/test/js-perf-test/PropertyQueries/PropertyQueries.json
|
| @@ -18,62 +18,20 @@
|
| ],
|
| "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"}
|
| + {"name": "in--INTERN-prop"},
|
| + {"name": "in--DEINTERN-prop"},
|
| + {"name": "in--NE-INTERN-prop"},
|
| + {"name": "in--NE-DEINTERN-prop"},
|
| + {"name": "in--el"},
|
| + {"name": "in--el-str"},
|
| + {"name": "in--NE-el"},
|
| + {"name": "Object.hasOwnProperty--INTERN-prop"},
|
| + {"name": "Object.hasOwnProperty--DEINTERN-prop"},
|
| + {"name": "Object.hasOwnProperty--NE-INTERN-prop"},
|
| + {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"},
|
| + {"name": "Object.hasOwnProperty--el"},
|
| + {"name": "Object.hasOwnProperty--el-str"},
|
| + {"name": "Object.hasOwnProperty--NE-el"}
|
| ]
|
| }
|
| ]
|
|
|