Index: test/js-perf-test/JSTests.json |
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
index 09febff1dc02450b213402df19adbe1ddb681041..47362b5fbc49b452a886aae38e6004547b974e3f 100644 |
--- a/test/js-perf-test/JSTests.json |
+++ b/test/js-perf-test/JSTests.json |
@@ -234,6 +234,24 @@ |
{"name": "Object.hasOwnProperty--el-str"}, |
{"name": "Object.hasOwnProperty--NE-el"} |
] |
+ }, |
+ { |
+ "name": "SixSpeed", |
Michael Achenbach
2016/11/07 07:34:37
My usual question: How fast is this? Especially in
Yang
2016/11/07 10:32:19
This is not slower than the other ones, if not fas
|
+ "path": ["SixSpeed"], |
+ "main": "run.js", |
+ "resources": [ |
+ "benchmark.js", |
+ "traceur-runtime.js", |
+ "SixSpeed/spread/spread__es5.js", |
+ "SixSpeed/spread/spread__traceur.js", |
+ "SixSpeed/spread/spread__es6.js" |
+ ], |
+ "results_regexp": "^%s\\(Score\\): (.+)$", |
+ "tests": [ |
+ {"name": "Spread-ES5"}, |
+ {"name": "Spread-Traceur"}, |
+ {"name": "Spread-ES6"} |
+ ] |
} |
] |
} |