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

Unified Diff: test/js-perf-test/SpreadCalls/run.js

Issue 938443002: [es6] implement spread calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase + clang-format Created 5 years, 8 months 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
Index: test/js-perf-test/SpreadCalls/run.js
diff --git a/test/js-perf-test/Strings/run.js b/test/js-perf-test/SpreadCalls/run.js
similarity index 88%
copy from test/js-perf-test/Strings/run.js
copy to test/js-perf-test/SpreadCalls/run.js
index 79ca26e68a8f7ece132c5ecd858adea6f4508885..55e0c862657752c1334cf8e600a89e578fa80a66 100644
--- a/test/js-perf-test/Strings/run.js
+++ b/test/js-perf-test/SpreadCalls/run.js
@@ -4,13 +4,13 @@
load('../base.js');
-load('harmony-string.js');
+load('spreadcalls.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Strings(Score): ' + result);
+ print(name + '-SpreadCalls(Score): ' + result);
}

Powered by Google App Engine
This is Rietveld 408576698