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

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

Issue 1913813003: [js-perf-test] Add microbenchmarks for in operator and Object.prototype.hasOwnProperty(). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 4 years, 8 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/PropertyQueries/property-queries.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/PropertyQueries/run.js
diff --git a/test/js-perf-test/Scope/run.js b/test/js-perf-test/PropertyQueries/run.js
similarity index 76%
copy from test/js-perf-test/Scope/run.js
copy to test/js-perf-test/PropertyQueries/run.js
index 9ce00a15a5ae3b9c221da343343369e1ec699be8..d98c366276949c542800cb64e396a82b17ccd355 100644
--- a/test/js-perf-test/Scope/run.js
+++ b/test/js-perf-test/PropertyQueries/run.js
@@ -1,24 +1,21 @@
-// Copyright 2015 the V8 project authors. All rights reserved.
+// Copyright 2016 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('with.js');
+load('property-queries.js');
var success = true;
function PrintResult(name, result) {
- print(name + '-Scope(Score): ' + result);
+ print(name + '-PropertyQueries(Score): ' + result);
}
-
function PrintError(name, error) {
PrintResult(name, error);
success = false;
}
-
BenchmarkSuite.config.doWarmup = undefined;
BenchmarkSuite.config.doDeterministic = undefined;
« no previous file with comments | « test/js-perf-test/PropertyQueries/property-queries.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698