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

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

Issue 1153363002: For Micro-benchmarks for 'with' (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Drop --turbo flag so we measure what we ship 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
« no previous file with comments | « test/js-perf-test/JSTests.json ('k') | test/js-perf-test/Scope/with.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/Scope/run.js
diff --git a/test/js-perf-test/Object/run.js b/test/js-perf-test/Scope/run.js
similarity index 79%
copy from test/js-perf-test/Object/run.js
copy to test/js-perf-test/Scope/run.js
index 15c31ba08db6a5cd59c5ebc68498e9b024c2f91e..9ce00a15a5ae3b9c221da343343369e1ec699be8 100644
--- a/test/js-perf-test/Object/run.js
+++ b/test/js-perf-test/Scope/run.js
@@ -1,15 +1,15 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
load('../base.js');
-load('assign.js');
+load('with.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Object(Score): ' + result);
+ print(name + '-Scope(Score): ' + result);
}
« no previous file with comments | « test/js-perf-test/JSTests.json ('k') | test/js-perf-test/Scope/with.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698