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

Unified Diff: test/js-perf-test/SixSpeed/array_destructuring/run.js

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 | « test/js-perf-test/SixSpeed/array_destructuring/array_destructuring.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/SixSpeed/array_destructuring/run.js
diff --git a/test/js-perf-test/SixSpeed/spread/run.js b/test/js-perf-test/SixSpeed/array_destructuring/run.js
similarity index 94%
copy from test/js-perf-test/SixSpeed/spread/run.js
copy to test/js-perf-test/SixSpeed/array_destructuring/run.js
index c46b29be98646753eb47a5ea1170af0ad479b5b8..5988512619dbb51de6408b21416be1d62f879932 100644
--- a/test/js-perf-test/SixSpeed/spread/run.js
+++ b/test/js-perf-test/SixSpeed/array_destructuring/run.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
load('../../base.js');
-load('spread.js');
+load('array_destructuring.js');
var success = true;
« no previous file with comments | « test/js-perf-test/SixSpeed/array_destructuring/array_destructuring.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698