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

Unified Diff: test/js-perf-test/SixSpeed/ObjectLiterals/run.js

Issue 2509593004: [test] Add object literal micro-benchmarks. (Closed)
Patch Set: Created 4 years, 1 month 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/SixSpeed/ObjectLiterals/run.js
diff --git a/test/js-perf-test/SixSpeed/spread/run.js b/test/js-perf-test/SixSpeed/ObjectLiterals/run.js
similarity index 95%
copy from test/js-perf-test/SixSpeed/spread/run.js
copy to test/js-perf-test/SixSpeed/ObjectLiterals/run.js
index c46b29be98646753eb47a5ea1170af0ad479b5b8..c9e3de8aa05dcdd4a9b7e1834b68075a25512581 100644
--- a/test/js-perf-test/SixSpeed/spread/run.js
+++ b/test/js-perf-test/SixSpeed/ObjectLiterals/run.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
load('../../base.js');
-load('spread.js');
+load('ObjectLiterals.js');
var success = true;

Powered by Google App Engine
This is Rietveld 408576698