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); |
} |