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

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

Issue 938443002: [es6] implement spread calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase + clang-format Created 5 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/cctest/test-parsing.cc ('k') | test/js-perf-test/SpreadCalls/run.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 a703642390db8fd032cbe383d34b89b412485a5c..daae67de59595729e3a1cbb4d5009c4218b3cf5a 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -8,6 +8,21 @@
"resources": ["base.js"],
"tests": [
{
+ "name": "SpreadCalls",
+ "path": ["SpreadCalls"],
+ "main": "run.js",
+ "resources": ["spreadcalls.js"],
+ "flags": ["--harmony-spreadcalls"],
+ "run_count": 5,
+ "units": "score",
+ "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "Call-Sum"},
Michael Achenbach 2015/04/10 10:04:20 What is actually printed is (exemplified): Call-Sp
+ {"name": "CallMethod-Sum"},
+ {"name": "CallNew-Sum"}
+ ]
+ },
+ {
"name": "Classes",
"path": ["Classes"],
"main": "run.js",
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/js-perf-test/SpreadCalls/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698