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

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

Issue 2467483002: Add spread call micro-benchmarks. (Closed)
Patch Set: moved a bit around, now use our own benchmark suite 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') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..c72345efdbe2d213965902db30294f7c0d89841f
--- /dev/null
+++ b/test/js-perf-test/SixSpeed.json
@@ -0,0 +1,27 @@
+{
+ "name": "SixSpeed",
+ "run_count": 3,
+ "run_count_arm": 1,
+ "run_count_arm64": 1,
+ "timeout": 120,
+ "units": "score",
+ "total": true,
+ "resources": ["base.js"],
+ "tests": [
+ {
+ "name": "Spread",
+ "path": ["SixSpeed/spread"],
+ "main": "run.js",
+ "resources": [
+ "run.js",
+ "spread.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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698