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

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

Issue 2675263002: [Test] Update 'default' SixSpeed benchmark to use different processes. (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/defaults/defaults.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 3578ef3cfaeb59aaad4ca0fd4b7d61aa56f5b9f1..f44bb9544fba32c159af87e878a74a2fa180c758 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -44,16 +44,19 @@
},
{
"name": "Defaults",
- "path": ["SixSpeed/defaults"],
- "main": "run.js",
- "resources": [
- "run.js",
- "defaults.js"
- ],
+ "path": ["SixSpeed"],
"results_regexp": "^%s\\(Score\\): (.+)$",
"tests": [
- {"name": "Defaults-ES5"},
- {"name": "Defaults-ES6"}
+ {
+ "name": "ES5",
+ "main": "run.js",
+ "test_flags": ["defaults/es5"]
+ },
+ {
+ "name": "ES6",
+ "main": "run.js",
+ "test_flags": ["defaults/es6"]
+ }
]
},
{
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/defaults/defaults.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698