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

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

Issue 2655063003: [Test] Add micro-benchmarks for super-calls with spread. (Closed)
Patch Set: Add future flag Created 3 years, 11 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/SixSpeed/super_spread/run.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/SixSpeed.json
diff --git a/test/js-perf-test/SixSpeed.json b/test/js-perf-test/SixSpeed.json
index ffd38e3b428fe43d23c345bd9ccf134b28bd125e..47c6d934af58db34df6097d687ebc09139c7155b 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -8,7 +8,7 @@
"total": true,
"resources": ["base.js"],
"tests": [
- {
+ {
"name": "Array pattern destructuring",
"path": ["SixSpeed/array_destructuring"],
"main": "run.js",
@@ -50,6 +50,22 @@
{"name": "Spread-Traceur"},
{"name": "Spread-ES6"}
]
+ },
+ {
+ "name": "SuperSpread",
+ "path": ["SixSpeed/super_spread"],
+ "main": "run.js",
+ "resources": [
+ "run.js",
+ "super_spread.js"
+ ],
+ "flags": ["--future"],
+ "results_regexp": "^%s\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "SuperSpread-ES5"},
+ {"name": "SuperSpread-Babel"},
+ {"name": "SuperSpread-ES6"}
+ ]
}
]
}
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/super_spread/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698