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

Unified Diff: test/js-perf-test/JSTests.json

Issue 548833002: [es6] implement Object.assign (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use runtime %IsPropertyEnumerable() Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/v8natives.js ('k') | test/js-perf-test/Object/assign.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index 4628f05d5976fef02e8ae0739ba89bd7b3ddea43..ce7e5bb320f839367aa3d19a8dea97b0a036947c 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -94,6 +94,17 @@
{"name": "LargeUntagged"},
{"name": "Tagged"}
]
+ },
+ {
+ "name": "Object",
+ "path": ["Object"],
+ "main": "run.js",
+ "resources": ["assign.js"],
+ "flags": ["--harmony-object"],
+ "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Assign"}
+ ]
}
]
}
« no previous file with comments | « src/v8natives.js ('k') | test/js-perf-test/Object/assign.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698