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

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

Issue 2378613002: [test] Add micro benchmark for Object.create (Closed)
Patch Set: Created 4 years, 3 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/Object/create.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/Object/run.js
diff --git a/test/js-perf-test/Object/run.js b/test/js-perf-test/Object/run.js
index f25bee4572fcda236bb6d2778faadd3eb171a5c7..0dc65a8e573220e15fe9f1dece5a2cf149fe8063 100644
--- a/test/js-perf-test/Object/run.js
+++ b/test/js-perf-test/Object/run.js
@@ -6,8 +6,9 @@
load('../base.js');
load('assign.js');
-load('values.js');
+load('create.js');
load('entries.js');
+load('values.js');
var success = true;
« no previous file with comments | « test/js-perf-test/Object/create.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698