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

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

Issue 1153363002: For Micro-benchmarks for 'with' (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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
Index: test/js-perf-test/PreES6/run.js
diff --git a/test/js-perf-test/Object/run.js b/test/js-perf-test/PreES6/run.js
similarity index 89%
copy from test/js-perf-test/Object/run.js
copy to test/js-perf-test/PreES6/run.js
index 15c31ba08db6a5cd59c5ebc68498e9b024c2f91e..96d38ef050ffdeca63ab30ffe4aa9b4b71db706a 100644
--- a/test/js-perf-test/Object/run.js
+++ b/test/js-perf-test/PreES6/run.js
@@ -4,12 +4,12 @@
load('../base.js');
-load('assign.js');
+load('with.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Object(Score): ' + result);
+ print(name + '-PreES6(Score): ' + result);
}

Powered by Google App Engine
This is Rietveld 408576698