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

Unified Diff: tools/perf/measurements/blink_perf.js

Issue 23455049: [telemetry] Make single-benchmark measurements protected and undiscoverable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update discover unit tests. Created 7 years, 2 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 | « tools/perf/benchmarks/sunspider.py ('k') | tools/perf/measurements/blink_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/blink_perf.js
diff --git a/tools/perf/measurements/blink_perf.js b/tools/perf/measurements/blink_perf.js
deleted file mode 100644
index 155f22fce7b5c305f606e3839b64b4fe076bdba2..0000000000000000000000000000000000000000
--- a/tools/perf/measurements/blink_perf.js
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-(function() {
-window.testRunner = {};
-window.testRunner.isDone = false;
-
-testRunner.waitUntilDone = function() {};
-testRunner.dumpAsText = function() {};
-testRunner.notifyDone = function() {
- this.isDone = true;
-};
-
-window.GCController = {};
-
-GCController.collect = function() {
- gc();
-};
-})();
« no previous file with comments | « tools/perf/benchmarks/sunspider.py ('k') | tools/perf/measurements/blink_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698