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

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

Issue 2680763002: [Test] Add SixSpeed tests for spread literals. (Closed)
Patch Set: Created 3 years, 10 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/spread_literal/babel.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 001bca554bcaddf1444e9b7f8bc6a4cdfdcb37fe..5df6d0bd9e780b7fa454efba212677edb7db9ede 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -104,6 +104,29 @@
"test_flags": ["super_spread/es6"]
}
]
+ },
+ {
+ "name": "SpreadLiteral",
+ "path": ["SixSpeed"],
+ "flags": ["--future"],
+ "results_regexp": "^%s\\(Score\\): (.+)$",
+ "tests": [
+ {
+ "name": "ES5",
+ "main": "run.js",
+ "test_flags": ["spread_literal/es5"]
+ },
+ {
+ "name": "Babel",
+ "main": "run.js",
+ "test_flags": ["super_spread/babel"]
+ },
+ {
+ "name": "ES6",
+ "main": "run.js",
+ "test_flags": ["spread_literal/es6"]
+ }
+ ]
}
]
}
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/spread_literal/babel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698