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

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: Rebase + IIFE 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
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"}
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698