Index: test/js-perf-test/Templates/run.js |
diff --git a/test/js-perf-test/Iterators/run.js b/test/js-perf-test/Templates/run.js |
similarity index 88% |
copy from test/js-perf-test/Iterators/run.js |
copy to test/js-perf-test/Templates/run.js |
index ff4897fa13e622083fb171630677f27dca75bc56..73f1edd6d787f11d9450fb685e9930c076f3bfd5 100644 |
--- a/test/js-perf-test/Iterators/run.js |
+++ b/test/js-perf-test/Templates/run.js |
@@ -4,13 +4,13 @@ |
load('../base.js'); |
-load('forof.js'); |
+load('templates.js'); |
var success = true; |
function PrintResult(name, result) { |
- print(name + '-Iterators(Score): ' + result); |
+ print(name + '-Templates(Score): ' + result); |
} |