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

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

Issue 639123009: Classes: Add basic support for properties (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: git rebase 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/Strings/harmony-string.js ('k') | test/mjsunit/array-natives-elements.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Strings/run.js
diff --git a/test/js-perf-test/Classes/run.js b/test/js-perf-test/Strings/run.js
similarity index 88%
copy from test/js-perf-test/Classes/run.js
copy to test/js-perf-test/Strings/run.js
index bb3921f771afdbc78d2d8164620df0936639f2e1..79ca26e68a8f7ece132c5ecd858adea6f4508885 100644
--- a/test/js-perf-test/Classes/run.js
+++ b/test/js-perf-test/Strings/run.js
@@ -4,13 +4,13 @@
load('../base.js');
-load('super.js');
+load('harmony-string.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Classes(Score): ' + result);
+ print(name + '-Strings(Score): ' + result);
}
« no previous file with comments | « test/js-perf-test/Strings/harmony-string.js ('k') | test/mjsunit/array-natives-elements.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698