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

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

Issue 645933003: Initial set of perf tests for classes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased patch for landing 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/Classes/Classes.json ('k') | test/js-perf-test/Classes/super.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Classes/run.js
diff --git a/test/js-perf-test/Iterators/run.js b/test/js-perf-test/Classes/run.js
similarity index 89%
copy from test/js-perf-test/Iterators/run.js
copy to test/js-perf-test/Classes/run.js
index ff4897fa13e622083fb171630677f27dca75bc56..181b18c1d072e87ec6601b7f54d4e4c1ae6905f5 100644
--- a/test/js-perf-test/Iterators/run.js
+++ b/test/js-perf-test/Classes/run.js
@@ -1,16 +1,17 @@
+
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
load('../base.js');
-load('forof.js');
+load('super.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Iterators(Score): ' + result);
+ print(name + '-Classes(Score): ' + result);
}
« no previous file with comments | « test/js-perf-test/Classes/Classes.json ('k') | test/js-perf-test/Classes/super.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698