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

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

Issue 2669223002: [Test] Reconfigure SuperSpread benchmarks to run in separate processes. (Closed)
Patch Set: Use test_flags and pass benchmark name to runner 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/super_spread/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 47c6d934af58db34df6097d687ebc09139c7155b..417ec8956910838962988dc1f6ad17bd94870dd7 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -54,17 +54,24 @@
{
"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"}
+ {
+ "name": "ES5",
Michael Achenbach 2017/02/03 12:34:14 You could consider landing this CL while keeping t
+ "main": "run.js",
+ "test_flags": ["es5"]
+ },
+ {
+ "name": "Babel",
+ "main": "run.js",
+ "test_flags": ["babel"]
+ },
+ {
+ "name": "ES6",
+ "main": "run.js",
+ "test_flags": ["es6"]
+ }
]
}
]
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/super_spread/babel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698