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

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

Issue 641123003: Performance tests for iterators. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix to json file Created 6 years, 2 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/Iterators/forof.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Iterators/run.js
diff --git a/test/js-perf-test/Collections/run.js b/test/js-perf-test/Iterators/run.js
similarity index 81%
copy from test/js-perf-test/Collections/run.js
copy to test/js-perf-test/Iterators/run.js
index cfd1aef5256b813ade9f3883426c6f67ec32cf47..191c6b1d4dfc444605d9a3b838aa72a8469cace4 100644
--- a/test/js-perf-test/Collections/run.js
+++ b/test/js-perf-test/Iterators/run.js
@@ -4,16 +4,13 @@
load('base.js');
-load('map.js');
-load('set.js');
-load('weakmap.js');
-load('weakset.js');
+load('forof.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Collections(Score): ' + result);
+ print(name + '-Iterators(Score): ' + result);
}
« no previous file with comments | « test/js-perf-test/Iterators/forof.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698