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

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

Issue 2364743003: [js-perf-test] add microbenchmarks for String Iterators (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « test/js-perf-test/JSTests.json ('k') | test/js-perf-test/StringIterators/string-iterator.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/StringIterators/run.js
diff --git a/test/js-perf-test/Generators/run.js b/test/js-perf-test/StringIterators/run.js
similarity index 86%
copy from test/js-perf-test/Generators/run.js
copy to test/js-perf-test/StringIterators/run.js
index 6feb6f79fb4b4703c5deb20ac591d003716cc8cf..4f9f2dd30d3dcd699cf20ca316ac5bcfff5c6e07 100644
--- a/test/js-perf-test/Generators/run.js
+++ b/test/js-perf-test/StringIterators/run.js
@@ -4,12 +4,13 @@
load('../base.js');
-load('generators.js');
+load('string-iterator.js');
+
var success = true;
function PrintResult(name, result) {
- print(name + '-Generators(Score): ' + result);
+ print(name + '-StringIterators(Score): ' + result);
}
« no previous file with comments | « test/js-perf-test/JSTests.json ('k') | test/js-perf-test/StringIterators/string-iterator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698