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

Unified Diff: tools/perf/run_multipage_benchmarks

Issue 11199003: Create a run_multipage_benchmarks entry point for all benchmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: tools/perf/run_multipage_benchmarks
diff --git a/tools/perf/run_skpicture_printer b/tools/perf/run_multipage_benchmarks
similarity index 69%
rename from tools/perf/run_skpicture_printer
rename to tools/perf/run_multipage_benchmarks
index 12d6642b25fc5915d3405dd34b6b6cf974b5173b..602ec1958cffe3c9712c470074685d9ca84c5ba3 100755
--- a/tools/perf/run_skpicture_printer
+++ b/tools/perf/run_multipage_benchmarks
@@ -2,10 +2,9 @@
# Copyright (c) 2012 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.
-import os
import sys
-import perf_tools.skpicture_printer
+import perf_tools.multipage_benchmark_runner
if __name__ == '__main__':
- sys.exit(perf_tools.skpicture_printer.Main())
+ sys.exit(perf_tools.multipage_benchmark_runner.Main())

Powered by Google App Engine
This is Rietveld 408576698