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

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

Issue 2824383003: [js-perf-tests] Add super benchmarks from SixSpeed. (Closed)
Patch Set: Created 3 years, 8 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/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 3668f4637fa80ce2004bfad089373ae51e97c9ac..021b58a3eaf059fe9283ee5d8371a62d121ade33 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -92,6 +92,31 @@
]
},
{
+ "name": "Super",
+ "path": ["SixSpeed"],
+ "results_regexp": "^%s\\(Score\\): (.+)$",
+ "tests": [
+ {
+ "name": "ES5",
+ "main": "run.js",
+ "resources": ["super/es5.js"],
+ "test_flags": ["super/es5"]
+ },
+ {
+ "name": "Babel",
+ "main": "run.js",
+ "resources": ["super/babel.js"],
+ "test_flags": ["super/babel"]
+ },
+ {
+ "name": "ES6",
+ "main": "run.js",
+ "resources": ["super/es6.js"],
+ "test_flags": ["super/es6"]
+ }
+ ]
+ },
+ {
"name": "SuperSpread",
"path": ["SixSpeed"],
"flags": ["--future"],
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/super/babel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698