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

Unified 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, 8 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..8834a045732a53ddffdf51baeaa49b532615f33f
--- /dev/null
+++ b/test/js-perf-test/PropertyQueries/PropertyQueries.json
@@ -0,0 +1,80 @@
+{
+ "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"}
+ ]
+ }
+ ]
+}
« 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