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

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

Issue 2513273002: [test] Add array destructuring micro-benchmarks. (Closed)
Patch Set: 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/array_destructuring/array_destructuring.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 29226de4a20cc838fc4f3ae2aee1e32d97688c0f..ffd38e3b428fe43d23c345bd9ccf134b28bd125e 100644
--- a/test/js-perf-test/SixSpeed.json
+++ b/test/js-perf-test/SixSpeed.json
@@ -8,6 +8,20 @@
"total": true,
"resources": ["base.js"],
"tests": [
+ {
+ "name": "Array pattern destructuring",
+ "path": ["SixSpeed/array_destructuring"],
+ "main": "run.js",
+ "resources": [
+ "run.js",
+ "array_destructuring.js"
+ ],
+ "results_regexp": "^%s\\(Score\\): (.+)$",
+ "tests": [
+ {"name": "ArrayDestructuring-ES5"},
+ {"name": "ArrayDestructuring-ES6"}
+ ]
+ },
{
"name": "Computed property names in object literals",
"path": ["SixSpeed/object_literals"],
« no previous file with comments | « no previous file | test/js-perf-test/SixSpeed/array_destructuring/array_destructuring.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698