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

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

Issue 2509593004: [test] Add object literal micro-benchmarks. (Closed)
Patch Set: Rename file. 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
« no previous file with comments | « test/js-perf-test/SixSpeed/object_literals/object_literals.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/SixSpeed/object_literals/run.js
diff --git a/test/js-perf-test/SixSpeed/spread/run.js b/test/js-perf-test/SixSpeed/object_literals/run.js
similarity index 95%
copy from test/js-perf-test/SixSpeed/spread/run.js
copy to test/js-perf-test/SixSpeed/object_literals/run.js
index c46b29be98646753eb47a5ea1170af0ad479b5b8..f8b5343f9e0165f61eac1946bc31f2696bed93b3 100644
--- a/test/js-perf-test/SixSpeed/spread/run.js
+++ b/test/js-perf-test/SixSpeed/object_literals/run.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
load('../../base.js');
-load('spread.js');
+load('object_literals.js');
var success = true;
« no previous file with comments | « test/js-perf-test/SixSpeed/object_literals/object_literals.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698