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

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

Issue 2467483002: Add spread call micro-benchmarks. (Closed)
Patch Set: rename Created 4 years, 1 month 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/LICENSE.sixspeed » ('j') | tools/presubmit.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"}
+ ]
}
]
}
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/LICENSE.sixspeed » ('j') | tools/presubmit.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698