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

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

Issue 548833002: [es6] implement Object.assign (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase + IIFE Created 5 years, 7 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
Index: test/js-perf-test/Object/run.js
diff --git a/test/js-perf-test/Iterators/run.js b/test/js-perf-test/Object/run.js
similarity index 89%
copy from test/js-perf-test/Iterators/run.js
copy to test/js-perf-test/Object/run.js
index ff4897fa13e622083fb171630677f27dca75bc56..15c31ba08db6a5cd59c5ebc68498e9b024c2f91e 100644
--- a/test/js-perf-test/Iterators/run.js
+++ b/test/js-perf-test/Object/run.js
@@ -4,13 +4,12 @@
load('../base.js');
-load('forof.js');
-
+load('assign.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Iterators(Score): ' + result);
+ print(name + '-Object(Score): ' + result);
}

Powered by Google App Engine
This is Rietveld 408576698