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

Unified Diff: test/js-perf-test/Object/ObjectTests.json

Issue 2378613002: [test] Add micro benchmark for Object.create (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | test/js-perf-test/Object/create.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Object/ObjectTests.json
diff --git a/test/js-perf-test/Object/ObjectTests.json b/test/js-perf-test/Object/ObjectTests.json
index 1c0e5ed2ee879e975cd77f60d0e52694409f299e..47b1bf9f4c6b20cd85b887ae5e36cf11ec9dbd88 100644
--- a/test/js-perf-test/Object/ObjectTests.json
+++ b/test/js-perf-test/Object/ObjectTests.json
@@ -15,12 +15,14 @@
"flags": ["--harmony"],
"resources": [
"assign.js",
- "values.js",
- "entries.js"
+ "create.js",
+ "entries.js",
+ "values.js"
],
"results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
"tests": [
{"name": "Assign"},
+ {"name": "Create"},
{"name": "Entries"},
{"name": "EntriesMegamorphic"},
{"name": "Values"},
« no previous file with comments | « no previous file | test/js-perf-test/Object/create.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698