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

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

Issue 769113002: Perf tests for Template Literals (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 512 byte Lorem Ipsum test Created 6 years 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/JSTests.json ('k') | test/js-perf-test/Templates/templates.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « test/js-perf-test/JSTests.json ('k') | test/js-perf-test/Templates/templates.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698