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"], |