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

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

Issue 1317113007: [es6] add js-perf-test for rest parameters (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo Created 5 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/RestParameters/rest.js » ('j') | test/js-perf-test/RestParameters/rest.js » ('J')
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 bff5b6536f66d24edf26eb7e48e75efc2a09c7e9..5c52827ffebb4d8a87ca0e6321ec129df312f4f1 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -9,6 +9,19 @@
"resources": ["base.js"],
"tests": [
{
+ "name": "RestParameters",
+ "path": ["RestParameters"],
+ "main": "run.js",
+ "resources": ["rest.js"],
+ "flags": ["--harmony-rest-parameters"],
+ "run_count": 5,
+ "units": "score",
+ "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "BasicRest1"}
+ ]
+ },
+ {
"name": "SpreadCalls",
"path": ["SpreadCalls"],
"main": "run.js",
« no previous file with comments | « no previous file | test/js-perf-test/RestParameters/rest.js » ('j') | test/js-perf-test/RestParameters/rest.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698